From 909c974445812ee2189397dec8a8cfa752929826 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin Date: Thu, 26 Mar 2026 20:48:09 +0000 Subject: [PATCH] docs: update whitepaper --- protocol/overview-tjr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocol/overview-tjr.md b/protocol/overview-tjr.md index 2fa8f717e..f3198e254 100644 --- a/protocol/overview-tjr.md +++ b/protocol/overview-tjr.md @@ -225,13 +225,13 @@ For encryption primitives, threat model, and detailed security analysis, see [Se SimpleX provides these security properties: -- **End-to-end encryption** with forward secrecy via double ratchet protocol, with optional post-quantum protection. +- **End-to-end encryption** using Double Ratchet algorithm with forward secrecy and post-quantum cryptography. - **No shared identifiers** across connections — contacts cannot prove they communicate with the same user. - **Sender deniability** — neither routers nor recipients can cryptographically prove message origin. -- **Transport metadata protection** — fixed-size blocks, 2-hop onion routing, and connection isolation frustrate traffic correlation. +- **Transport metadata protection** — fixed-size blocks, 2-hop onion routing, and optional connection isolation frustrate traffic correlation. - **Out-of-band key exchange** — connection requests passed outside the network protect against MITM attacks.