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.
- Minimal versions build (#108)
- Bump
digest
crate dependency to v0.10 and removecrypto-mac
(#97) - Use a more efficient state representation by using block-level hash API (#97)
- Reset functionality is now optional and gated on disabled-by-default reset feature (#97)
SimpleHmac
as a less constrained alternative toHmac
(#97)
- Bump
crypto-mac
crate dependency to v0.11 (#73)
- Zulip badge (#64)
- Bump
crypto-mac
dependency to v0.10 (#62)
- Bump
crypto-mac
dependency to v0.9 (#57)
- Implement
io::Write
(#55)
- Replace outdated
code
withinto_bytes
in documentation (#50)