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.
HmacResetandSimpleHmacResettypes (#186)
- Use
EagerHashtrait for bounds (#151, #212) - Edition changed to 2024 and MSRV bumped to 1.85 (#178)
- Relax MSRV policy and allow MSRV bumps in patch releases
- Update to
digestv0.11 (#243) - Replace type aliases with newtypes (#186)
stdandresetcrate features (#186)
- Minimal versions build (#108)
- Bump
digestcrate 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)
SimpleHmacas a less constrained alternative toHmac(#97)
- Bump
crypto-maccrate dependency to v0.11 (#73)
- Zulip badge (#64)
- Bump
crypto-macdependency to v0.10 (#62)
- Bump
crypto-macdependency to v0.9 (#57)
- Implement
io::Write(#55)
- Replace outdated
codewithinto_bytesin documentation (#50)