Formatting

This commit is contained in:
Gregor Kleen 2017-10-25 23:17:26 +02:00
parent f094b80c0a
commit 7684a6d7ac

View File

@ -9,7 +9,10 @@ compute a cryptographic hash of the associated namespace (carried as a phantom
type of kind 'Symbol'). type of kind 'Symbol').
The serialized payload is encrypted using a symmetric cipher in CBC mode using The serialized payload is encrypted using a symmetric cipher in CBC mode using
the hashed namespace as an initialization vector (IV). the hashed namespace as an initialization vector (IV).
The ciphertext is then <https://hackage.haskell.org/package/sandi/docs/Codec-Binary-Base32.html base32>-encoded and padding stripped.
The ciphertext is then
<https://hackage.haskell.org/package/sandi/docs/Codec-Binary-Base32.html base32>-encoded
and padding stripped.
Rather than being indicated by the amount of padding, the length of the Rather than being indicated by the amount of padding, the length of the
serialized plaintext is instead carried at the type level within serialized plaintext is instead carried at the type level within