c5eba3b608
This commit modifies the blob encryption scheme to use chacha20-poly1305 with a randomized 192-bit nonce. The previous approach used a deterministic nonce scheme, which is being replaced to simplify the requirements of a correct implementation. As a result, each payload gains an addtional 24-bytes prepended to the ciphertext. |
||
---|---|---|
.. | ||
blob | ||
server | ||
wtdb | ||
wtwire |