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