Skip to content

Version 0.5.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 06:51
· 20 commits to main since this release
  • 馃攼 Added AES-CCM (Counter with CBC-MAC, RFC-3610) support with AES(key).ccm(nonce), accepting a 7 to 13 byte nonce, additional authenticated data, and a configurable tag size.
  • 馃敜 Renamed AEAD extensions to fix a spelling error: ChaCha20ExtentionForPoly1305, XChaCha20ExtentionForPoly1305, Salsa20ExtentionForPoly1305, and XSalsa20ExtentionForPoly1305 are now ...ExtensionForPoly1305 (breaking change).
  • 馃摑 Corrected the README features table by removing unavailable *Stream helper functions, and refreshed the embedded usage example.

Full Changelog: v0.4.0...v0.5.0