correction to E2E encrypted (double ratchet) envelope size

This commit is contained in:
Evgeny Poberezkin
2022-01-11 22:08:37 +00:00
parent 38f4cbe74f
commit 5f20f0124a
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ e2eEncConnInfoLength :: Int
e2eEncConnInfoLength = 14848
e2eEncUserMsgLength :: Int
e2eEncUserMsgLength = 15788
e2eEncUserMsgLength = 15876
-- | Raw (unparsed) SMP agent protocol transmission.
type ARawTransmission = (ByteString, ByteString, ByteString)