From 110127174b218a6ddbd1e3833954ee48484e5a5d Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Mon, 17 Feb 2025 05:16:52 -0500 Subject: [PATCH] update article --- markdown/The Bulding Blocks of Peer to Peer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/The Bulding Blocks of Peer to Peer.md b/markdown/The Bulding Blocks of Peer to Peer.md index 7a97113..eb23ad1 100644 --- a/markdown/The Bulding Blocks of Peer to Peer.md +++ b/markdown/The Bulding Blocks of Peer to Peer.md @@ -111,7 +111,7 @@ console.log('DHT node created with public key:', keyPair.publicKey.toString('hex ### Creating and Managing P2P Servers -Hyper-DHT provides methods to create P2P servers that accept encrypted connections using the Noise protocol. +Hyper-DHT provides methods to create P2P servers that accept encrypted connections using the Noise protocol as well as libsodium. ```javascript // Create a server that accepts encrypted connections