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.
- Support for
alloc
-free usage (#372)
- Bump
pbkdf2
dependency to v0.12; MSRV 1.60 (#393)
- Change
passphrase
to beimpl AsRef<[u8]>
allowing non-UTF8 passphrases (#277)
- Bump
blowfish
dependency to v0.9, edition to 2021, and MSRV to 1.56 (#273)
- Bump
sha2
andpbkdf2
dependencies to v0.10 (#254)
- Bump
pbkdf2
dependency to v0.9 (#223)
- Pin
zeroize
dependency to v1.3 (#190)
- Bump
blowfish
dependency to v0.8 (#171)
- Bump
pbkdf2
dependency to v0.7 (#102)
- Bump
crypto-mac
dependency to v0.9,blowfish
to v0.6, andpbkdf2
to v0.5 (#46)
no_std
support (#41)
- Update dependencies to
sha2 v0.9
,pbkdf2 v0.4
,blowfish v0.5
, andcrypto-mac v0.8
- Initial release