2.6 KiB
2.6 KiB
Changelog
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.
0.10.8 (2023-04-08)
Fixed
- Performance regression: now uses
p1600fn (#472)
0.10.7 (2023-04-11)
Added
0.10.6 (2022-10-19)
Fixed
- XOF reader type aliases (#427)
0.10.5 (2022-09-16)
Added
- Feature-gated OID support (#405)
0.10.4 (2022-09-02)
Fixed
- MSRV issue which was not resolved by v0.10.3 (#401)
0.10.3 (2022-09-02)
Fixed
- MSRV issue caused by publishing v0.10.2 using a buggy Nightly toolchain (#399)
0.10.2 (2022-07-30)
Added
- cSHAKE128 and cSHAKE256 implementations (#355)
0.10.1 (2022-02-17)
Fixed
- Minimal versions build (#363)
0.10.0 (2021-12-07)
Changed
- Update to
digestv0.10 (#217)
0.9.1 (2020-06-28)
Changed
0.9.0 (2020-06-10)
Changed
- Update to
digestv0.9 release; MSRV 1.41+ (#155) - Use new
*Dirtytraits from thedigestcrate (#153) - Bump
block-bufferto v0.8 release (#151) - Rename
*result*tofinalize(#148) - Upgrade to Rust 2018 edition (#134)