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.
- Edition changed to 2024 and MSRV bumped to 1.85 (#652)
- Relax MSRV policy and allow MSRV bumps in patch releases
- Update to
digest
v0.11
- 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.