5.3 KiB
5.3 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.6.2 (2022-03-03)
Added
- add
new_with_init_block(#195)
Changed
- implement Karatsuba multiplication for arm64 (#181)
0.6.1 (2023-06-16)
Added
- Support for
polyval_armv8on Rust 1.61+ (#179)
0.6.0 (2022-07-31)
Added
- Impl
Reset(#157)
Changed
- Remove
sse4.1from CPU feature requirements for PCLMUL backend (#143) - Relax
zeroizeconstraints (#147) - Upgrade to Rust 2021 edition (#147)
- Use stable
aarch64_target_feature(#154) - Replace
armv8/force-softfeatures withcfgattributes (#159) - Bump
universal-hashto v0.5 (#155, #162)
0.5.3 (2021-08-27)
Changed
0.5.2 (2021-07-20)
Changed
- Pin
zeroizedependency to v1.3 (#134)
0.5.1 (2021-05-31)
Added
- Nightly-only ARMv8 intrinsics support gated under the
armv8feature (#126)
0.5.0 (2021-04-29)
Changed
Removed
mulxfeature: now always built-in (#118)
0.4.5 (2020-12-26)
Changed
- Use
u128to implmulx(#111)
0.4.4 (2020-12-26)
Added
0.4.3 (2020-12-08)
Added
- CLMUL detection (#92)
0.4.2 (2020-11-25)
Added
KEY_SIZEconstant (#82)
Changed
- Bump
cfg-iffrom v0.1 to v1.0.0 (#86)
0.4.1 (2020-09-26)
Changed
- Performance improvements (#75)
0.4.0 (2020-06-06)
Changed
- Bump
universal-hashdependency to v0.4; MSRV 1.41 (#52, #57) - Rename
resultmethods to tofinalize(#56)
0.3.3 (2019-12-21)
Changed
0.3.2 (2019-12-05)
Added
- Constant-time 32-bit software implementation (#39)
Changed
- Use
cfg-ifcrate to reduce duplication (#40)
0.3.1 (2019-11-14)
Changed
- Upgrade to
zeroize1.0 (#33)
0.3.0 (2019-10-05)
Removed
- Remove
pubfromfieldmodule (#28)
0.2.0 (2019-10-04)
Changed
- Upgrade to
universal-hashcrate v0.3 (#22)
0.1.1 (2019-10-01)
Changed
- Upgrade to
zeroizev1.0.0-pre (#19)
0.1.0 (2019-09-19)
Added
- Constant time software implementation (#7)
Changed
- Update to Rust 2018 edition (#3)
- Use
UniversalHashtrait (#6) - Removed generics/traits from
field::ElementAPI (#12)
Removed
insecure-softcargo feature (#7)
0.0.1 (2019-08-26)
- Initial release