From ab875198ed27b26a38d5cc741200e799e73e4072 Mon Sep 17 00:00:00 2001 From: Efim Poberezkin <8711996+efim-poberezkin@users.noreply.github.com> Date: Sat, 27 Nov 2021 02:31:15 +1000 Subject: [PATCH] SMP protocol typo --- protocol/simplex-messaging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/simplex-messaging.md b/protocol/simplex-messaging.md index 8994ce449..d90b3353b 100644 --- a/protocol/simplex-messaging.md +++ b/protocol/simplex-messaging.md @@ -310,7 +310,7 @@ Clients MUST encrypt message bodies sent via SMP servers - the protocol for this The reasons to use these algorithms: -- Faster operation that RSA algorithms. +- Faster operation than RSA algorithms. - DH key exchange provides forward secrecy. Future versions of the protocol may allow different cryptographic algorithms.