From 6d2ce989b95a07dfb5e71374f1cfc77f1a8e7a1a Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 18 Oct 2022 15:54:49 +0200 Subject: [PATCH] Fixed typo --- source/crypto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/crypto.md b/source/crypto.md index 23d5ba0..84b5a13 100644 --- a/source/crypto.md +++ b/source/crypto.md @@ -1,5 +1,5 @@ # Cryptographic Primitives -Reticulum has been uses a simple suite of efficient, strong and modern cryptographic primitives, with widely available implementations that can be used both on general-purpose CPUs and on microcontrollers. The necessary primitives are: +Reticulum uses a simple suite of efficient, strong and modern cryptographic primitives, with widely available implementations that can be used both on general-purpose CPUs and on microcontrollers. The necessary primitives are: - Ed25519 for signatures - X22519 for ECDH key exchanges