Skip to content

Releases: samuel-lucas6/ChaCha20-BLAKE3

v3.0.0

17 Jan 22:51
Compare
Choose a tag to compare

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, and TagSize constants.
  • Improved the validation.
  • Changed the namespace to ChaCha20Blake3 to avoid conflicts with the ChaCha20BLAKE3 class.
  • Other code improvements.

v2.0.0

03 Nov 22:53
Compare
Choose a tag to compare

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.

v1.0.0

13 Mar 15:33
4bf079b
Compare
Choose a tag to compare

Please see the README for instructions.