All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Drop MSRV back to 1.56 and keep it in sync with
ascon
(#459) - Relicense as Apache-2.0 or MIT (#459)
- Renamed public types to follow UpperCamelCase naming convention (#459)
AsconXOF
->AsconXof
AsconXOFReader
->AsconXofReader
AsconAXOF
->AsconAXof
ASconAXOFReader
->AsconAXofReader
- Use
aead
instead ofaead-core
. - Bump MSRV to 1.60.
- Add benchmarks.
- Initial release.