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.