4.9 KiB
4.9 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.12.2 (2023-07-08)
Fixed
- Use
RECOMMENDED_ROUNDSinDefaultimpl forParams(#442)
0.12.1 (2023-03-04)
Changed
- Re-export
hmac(#397)
0.12.0 (2023-03-04)
Changed
- Add new wrapper functions:
pbkdf2_array,pbkdf2_hmac, andpbkdf2_hmac_array.pbkdf2andpbkdf2_arraynow returnResult<(), InvalidLength>instead of unwrapping it internally. (#337) - Use
sha1dependency directly (#363) - Make
Identvalues inherent constants ofAlgorithm(#375) - Bump
password-hashto v0.5 (#383) - Adopt OWASP recommended default
Params(#389)
Removed
simplefeature is no longer enabled by default (#336)
0.11.0 (2022-03-28)
Changed
0.10.1 (2022-02-17)
Fixed
- Minimal versions build (#273)
0.10.0 (2021-11-25)
Changed
- Migrate from
crypto-mactodigestv0.10 (#254)
0.9.0 (2021-08-27)
Added
- GOST test vectors (#191)
Changed
- Bump
password-hashto v0.3 (#217, RustCrypto/traits#724) - Use
resolver = "2"; MSRV 1.51+ (#220)
Removed
McfHasherimpl onPbkdf2(#219)
0.8.0 (2021-04-29)
Changed
- Bump
password-hashcrate dependency to v0.2 (#164) - Bump
hmacandcrypto-maccrate deps to v0.11 (#165)
0.7.5 (2021-03-27)
Fixed
- Pin
password-hashto v0.1.2 or newer (#151)
0.7.4 (2021-03-17)
Changed
- Bump
base64ctdependency to v1.0 (#144)
0.7.3 (2021-02-08)
Changed
- Enable
rand_corefeature ofpassword-hash(#130)
0.7.2 (2021-02-01)
Changed
- Bump
base64ctdependency to v0.2 (#119)
0.7.1 (2021-01-29)
Removed
allocdependencies forsimplefeature (#107)
0.7.0 (2021-01-29)
Added
- PHC hash format support using
password-hashcrate (#82)
Changed
- Rename
include_simplefeatures tosimple(#99)
Removed
- Legacy
simpleAPI (#98)
0.6.0 (2020-10-18)
Changed
0.5.0 (2020-08-18)
Changed
- Bump
crypto-macdependency to v0.9 (#44)
0.4.0 (2020-06-10)
Changed
- Code improvements (#33)
- Bump
randdependency to v0.7 (#31) - Bump
hmacto v0.8 (#30) - Bump
sha2to v0.9 (#30) - Bump
subtleto v2 (#13) - MSRV 1.41+ (#30)
- Upgrade to Rust 2018 edition (#24)