mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-09-01 20:18:26 +00:00
correction to E2E encrypted (double ratchet) envelope size
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user