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.
asm
,asm-aarch64
,loongarch64_asm
, andcompress
crate features #542
asm!
-based backend for LoongArch64 targets gated behindloongarch64_asm
feature #507
- AArch64 Neon-based backend (#490)
- Feature-gated OID support (#405)
- MSRV issue which was not resolved by v0.10.4 (#401)
- MSRV issue caused by publishing v0.10.3 using a buggy Nightly toolchain (#399)
- Ignore
asm
feature on unsupported targets (#388)
- Minimal versions build (#363)
- Bug in the AVX2 backend (#345)
- Update to
digest
v0.10 (#217) - Rename
Sha512Trunc224
andSha512Trunc256
toSha512_224
andSha512_256
respectively. (#217)
- Bug in the AVX2 backend (#314)
- x86 intrinsics support for SHA-512 (#312)
- Bump
cpufeatures
dependency to 0.2 (#306)
- Use
cpufeatures
to detect intrinsics support onaarch64
targets (#267)
- Hardware accelerated SHA-256 for Apple M1 CPUs with
asm
feature (#262)
- Use the SHA-NI extension backend with enabled
asm
feature. (#224)
force-soft
feature to enforce use of software implementation. (#203)
cfg-if
dependency updated to v1.0. (#197)
- x86 hardware acceleration of SHA-256 via SHA extension instrinsics. (#167)
- 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)
- Expose compression function under the
compress
feature flag (#108)