Version 0.5.0
- 馃攼 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, andXSalsa20ExtentionForPoly1305are now...ExtensionForPoly1305(breaking change). - 馃摑 Corrected the README features table by removing unavailable
*Streamhelper functions, and refreshed the embedded usage example.
Full Changelog: v0.4.0...v0.5.0