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.
- Support for heapless
no_std
targets (#353)
- Use TurboSHAKE implementation from
sha3
(#353) - Properly implement
XofReader
(#353) - 2021 edition upgrade; MSRV 1.56 (#487)
- Minimal versions build (#363)
- Update to
digest
v0.10 (#217)
- Update to
digest
v0.9 release; MSRV 1.41+ (#155) - Use
digest
crate'salloc
feature (#150) - Impl the
ExtendableOutput
trait (#149) - Rename
*result*
tofinalize
(#148) - Upgrade to Rust 2018 edition (#123)
- Initial release