From 4e275a1a8671c0e1228988bb5fac61a36feb211a Mon Sep 17 00:00:00 2001 From: Geolffrey Mena Date: Thu, 7 Dec 2023 09:56:21 -0600 Subject: [PATCH] Update README.md Fix ED --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5f7aa5..7e1aea2 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ P2P Noise library aims to serve as a tool to create secure P2P networks based on * Quick creation of custom P2P networks. * Modern Crypto Stack: * [Blake2 Hash](https://www.blake2.net/) - * [ED255519 Signature](https://ed25519.cr.yp.to/) + * [ED25519 Signature](https://ed25519.cr.yp.to/) * [ChaCha20-Poly1305 Cypher]( https://en.wikipedia.org/wiki/ChaCha20-Poly1305) * [Diffie-Hellman Curve25519 Key Exchange](https://en.wikipedia.org/wiki/Curve25519)