3.5 KiB
3.5 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.8.0 (2022-07-31)
Changed
- Relax
zeroizeconstraints (#147) - Upgrade to Rust 2021 edition (#147)
- Use stable
aarch64_target_feature(#154) - Bump
universal-hashto v0.5 (#155, #162) - Replace
armv8/force-softfeatures withcfgattributes (#159)
Removed
armv8/force-softfeatures (#159)
0.7.2 (2021-08-27)
Changed
- Bump
cpufeaturesdependency to v0.2 (#136)
0.7.1 (2021-07-20)
Changed
- Pin
zeroizedependency to v1.3 (#134)
0.7.0 (2021-04-29)
Changed
0.6.2 (2020-12-09)
Added
- Runtime AVX2 detection (#97)
0.6.1 (2020-09-29)
Added
- AVX2 backend (#49)
0.6.0 (2020-06-06)
Added
Poly1305::compute_unpaddedfor XSalsa20Poly1305 (#55)
Changed
- Bump
universal-hashdependency to v0.4; MSRV 1.41 (#52, #57) - Rename
resultmethods to tofinalize(#56)
Fixed
- Build with
zeroizeenabled (#48)
0.5.2 (2019-11-14)
Changed
- Upgrade to
zeroize1.0 (#33)
0.5.1 (2019-10-04)
Added
- Link to
chacha20poly1305andxsalsa20poly1305crates from README.md (#26)
0.5.0 (2019-10-04)
Changed
- Upgrade to
universal-hashcrate v0.3 (#22)
0.4.1 (2019-10-01)
Changed
- Upgrade to
zeroizev1.0.0-pre (#19)
0.4.0 (2019-09-29)
Changed
0.3.0 (2019-08-26)
Changed
- Switch from
MacResultto built-inTagtype (RustCrypto/MACs#13)
0.2.0 (2019-08-19)
Added
Poly1305::input_padded()([#16])
Changed
- Change output to be a
MacResult(RustCrypto/MACs#16)
0.1.0 (2019-08-15)
- Initial release