From 01f1a3931e184c68700f5969f11b3d0dae800ab9 Mon Sep 17 00:00:00 2001 From: Henry Reed <60915078+henryreed@users.noreply.github.com> Date: Fri, 11 Apr 2025 17:39:42 -0700 Subject: [PATCH] Fix typo in pqdr.md Change the word "encryption" to "compression"; typo as ZSTD is a compression rather than a crypt algorithm. --- protocol/pqdr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/pqdr.md b/protocol/pqdr.md index 27f7082c8..a85f3e36b 100644 --- a/protocol/pqdr.md +++ b/protocol/pqdr.md @@ -193,7 +193,7 @@ It is worth noting that while DH agreements work as ping-pong, when the new rece ## Implementation considerations for SimpleX Messaging Protocol -As SimpleX Messaging Protocol pads messages to a fixed size, using 16kb transport blocks, the size increase introduced by this scheme can be compensated for by using ZSTD encryption of JSON bodies and image previews encoded as base64. While there may be some rare cases of random texts that would fail to compress, in all real scenarios it would not cause the message size reduction. +As SimpleX Messaging Protocol pads messages to a fixed size, using 16kb transport blocks, the size increase introduced by this scheme can be compensated for by using ZSTD compression of JSON bodies and image previews encoded as base64. While there may be some rare cases of random texts that would fail to compress, in all real scenarios it would not cause the message size reduction. Sharing the initial keys in case of SimpleX Chat it is equivalent to sharing the invitation link. As encapsulation key is large, it may be inconvenient to share it in the link in some contexts, e.g. when QR codes are used.