cabal-club / cable

A lightweight peer-to-peer chat protocol.
https://cabal.chat
75 stars 4 forks source link

Clarify that fragmention requires the length of all ciphertexts to be written. #22

Closed hackergrrl closed 10 months ago

hackergrrl commented 10 months ago

This corrects ambiguity and an error in how length prefixing was specified. Namely, it makes clear that the length prefix must be the length of the ciphertext segments, not the original plaintext message.