Version 1.15.0
paragonie-security
released this
14 Apr 05:57
·
181 commits
to master
since this release
- Fixes #125
- Adds
sodium_crypto_stream_xchacha20
- This exposes XChaCha20 with 64-bit ChaCha20 nonces and 64-bit ChaCha20 internal counters. This is in stark contrast to the IETF's 96-bit nonces (with leading NUL bytes) and 32-bit counters, as exposed in the AEAD interface. This is a subtle but important property.