4.2 KiB
4.2 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.6 (2022-09-16)
Added
- Feature-gated OID support (#405)
0.10.5 (2022-09-02)
Fixed
- MSRV issue which was not resolved by v0.10.4 (#401)
0.10.4 (2022-09-02)
Fixed
- MSRV issue caused by publishing v0.10.3 using a buggy Nightly toolchain (#399)
0.10.3 (2022-08-30)
Changed
- Ignore
asm
feature on unsupported targets (#388)
0.10.2 (2022-02-17)
Fixed
- Minimal versions build (#363)
0.10.1 (2022-01-06)
Fixed
- Bug in the AVX2 backend (#345)
0.10.0 (2021-12-07) [YANKED]
Changed
- Update to
digest
v0.10 (#217) - Rename
Sha512Trunc224
andSha512Trunc256
toSha512_224
andSha512_256
respectively. (#217)
0.9.9 (2022-01-06)
Fixed
0.9.8 (2021-09-09) [YANKED]
Fixed
- Bug in the AVX2 backend (#314)
0.9.7 (2021-09-08) [YANKED]
Added
- x86 intrinsics support for SHA-512 (#312)
0.9.6 (2021-08-27)
Changed
- Bump
cpufeatures
dependency to 0.2 (#306)
0.9.5 (2021-05-11)
Changed
- Use
cpufeatures
to detect intrinsics support onaarch64
targets (#267)
0.9.4 (2021-05-05)
Added
- Hardware accelerated SHA-256 for Apple M1 CPUs with
asm
feature (#262)
Changed
0.9.3 (2021-01-30)
Changed
- Use the SHA-NI extension backend with enabled
asm
feature. (#224)
0.9.2 (2020-11-04)
Added
force-soft
feature to enforce use of software implementation. (#203)
Changed
cfg-if
dependency updated to v1.0. (#197)
0.9.1 (2020-06-24)
Added
- x86 hardware acceleration of SHA-256 via SHA extension instrinsics. (#167)
0.9.0 (2020-06-09)
Changed
- Update to
digest
v0.9 release; MSRV 1.41+ (#155) - Use new
*Dirty
traits from thedigest
crate (#153) - Bump
block-buffer
to v0.8 release (#151) - Rename
*result*
tofinalize
(#148) - Upgrade to Rust 2018 edition (#133)
0.8.2 (2020-05-23)
Added
- Expose compression function under the
compress
feature flag (#108)