2.8 KiB
2.8 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.0 (2021-12-07)
Changed
- Update to
digestv0.10 (#217)
0.9.8 (2021-08-27)
Changed
- Bump
cpufeaturesdependency to 0.2 (#306)
0.9.7 (2021-07-18)
Changed
- Make
aarch64CPU feature detection OS-independent (#276) - Bump
sha1-asmto v0.5; support ARMv8 Crypto Extensions on Apple targets (#289)
0.9.6 (2021-05-11)
Changed
- Use
cpufeaturesto detect intrinsics support onaarch64targets (#268)
0.9.5 (2021-05-05)
Changed
- Switch from
cpuid-booltocpufeatures(#263)
0.9.4 (2021-02-16)
Added
- Expose compression function under the
compressfeature flag. (#238)
0.9.3 (2021-02-01)
Changed
- Use SHA1 intrinsics when
asmfeature is enabled. (#225)
0.9.2 (2020-11-04)
Added
force-softfeature to enforce use of software implementation. (#203)
Changed
cfg-ifdependency updated to v1.0. (#197)
0.9.1 (2020-06-24)
Added
- x86 hardware acceleration via SHA extension instrinsics. (#167)
0.9.0 (2020-06-09)
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 (#132)
- Use
libcforaarch64consts (#94) - Allow compile-time detection of crypto on
aarch64(#94)