From a988ab84f9505f5acc97777af7206735f5a4cff6 Mon Sep 17 00:00:00 2001 From: Efim Poberezkin <8711996+efim-poberezkin@users.noreply.github.com> Date: Wed, 12 Jan 2022 20:40:29 +0400 Subject: [PATCH] restore bracket in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5e0b2db5..bde61e2b2 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ The routing of messages relies on the knowledge of client devices how user conta - Auto-populated recipient name - just type your messages to reply to the sender once the connection is established. - Demo SMP servers available and pre-configured in the app - or you can [deploy your own server](https://github.com/simplex-chat/simplexmq#using-smp-server-and-smp-agent). - No global identity or any names visible to the server(s), ensuring full privacy of your contacts and conversations. -- Two layers of E2E encryption (double-ratchet for duplex connections, using X3DH key agreement with ephemeral Curve448 keys, and NaCl crypto_box for SMP queues, using Curve25519 keys) and out-of-band passing of recipient keys (see [How to use SimpleX chat](#how-to-use-simplex-chat). +- Two layers of E2E encryption (double-ratchet for duplex connections, using X3DH key agreement with ephemeral Curve448 keys, and NaCl crypto_box for SMP queues, using Curve25519 keys) and out-of-band passing of recipient keys (see [How to use SimpleX chat](#how-to-use-simplex-chat)). - Message integrity validation (via including the digests of the previous messages). - Authentication of each command/message by SMP servers with automatically generated Ed448 keys. - TLS 1.2 transport encryption.