Skip to content

Version 0.4.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Apr 11:45
· 24 commits to main since this release
  • 🌊 Restored and redesigned stream processing support by refactoring cipher architecture around StreamCipher, AEADStreamCipher, and CipherPair.
  • 🔐 Refactored AES modes, ChaCha20, Salsa20, XOR, and AEAD implementations to align behavior across one-shot and stream APIs.
  • 🛠️ Updated nonce and typed-data internals plus AES cache generation logic for better correctness and maintainability.
  • ✅ Expanded and updated test coverage across AES modes, stream ciphers, AEAD flows, integration parity, and core cipher behaviors.

Full Changelog: v0.3.0...v0.4.0