4.6 KiB
4.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.8.4 (2024-02-13)
Changed
0.8.3 (2023-06-17)
Added
- Support
aes_armv8on Rust 1.61+ usingasm!(#365)
0.8.2 (2022-10-27)
Fixed
- Crate documentation around configuration flags (#343)
0.8.1 (2022-02-17)
Fixed
- Minimal versions build (#303)
0.8.0 (2022-02-10)
Changed
- Bump
cipherdependency to v0.4 (#284)
Added
- Encrypt-only and decrypt-only cipher types (#284)
0.7.5 (2021-08-26)
Changed
- Bump
ctrdependency to v0.8 (#275) - Use the
aestarget feature instead ofcryptoon ARMv8 (#279) - Use
core::arch::aarch64::vst1q_u8intrinsic onarmv8(#280) - Bump
cpufeaturesdependency to v0.2 (#281)
0.7.4 (2021-06-01)
Added
0.7.3 (2021-05-26)
Added
0.7.2 (2021-05-17)
Added
- Nightly-only ARMv8 intrinsics support gated under the
armv8feature (#250)
0.7.1 (2021-05-09)
Fixed
- Restore
fixslice64.rs(#247)
0.7.0 (2021-04-29)
Added
- Auto-detection support for AES-NI; MSRV 1.49+ (#208, #214, #215, #216)
ctrfeature providing SIMD accelerated AES-CTR (#200)
Changed
- Unify the
aes,aesni,aes-ctr, andaes-softcrates (#200) - Use
cfg-ifcrate (#203) - Rename
semi_fixslicefeature tocompact(#204) - Refactor NI backend (#224, #225)
- Bump
ciphercrate dependency to v0.3 (#235) - Bump
ctrcrate dependency to v0.7 (#237)
0.6.0 (2020-10-16)
Changed
- Replace
block-cipher/stream-cipherwithciphercrate (#167)
0.5.1 (2020-08-25)
Changed
- Bump
aesnidependency to v0.9 (#158)