Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@samuel-lucas6 samuel-lucas6 released this 17 Jan 22:51
· 1 commit to main since this release

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.