Releases: samuel-lucas6/ChaCha20-BLAKE3
Releases · samuel-lucas6/ChaCha20-BLAKE3
v3.0.0
This release contains breaking changes.
- Now using separate key derivation contexts for each AEAD mode.
- Now including the salt and input keying material lengths in the key derivation.
- Added public
KeySize
,NonceSize
, andTagSize
constants. - Improved the validation.
- Changed the namespace to
ChaCha20Blake3
to avoid conflicts with theChaCha20BLAKE3
class. - Other code improvements.
v2.0.0
This release contains breaking changes.
- No longer using the nonce in the derivation of the encryption key.
- Added an XChaCha20-BLAKE3-SIV implementation.
- Code improvements.
- Exception message improvements.
- Updated Blake3.NET.