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.
getrandom
feature (#446)
- Bump
aes
dependency to v0.8 ([#430]) - Rust 2021 edition upgrade; MSRV 1.56+ (#435)
- Bump
aead
dependency to v0.5 (#444) - Bump
ghash
dependency to v0.5 (#454)
- Relax
subtle
andzeroize
requirements (#360)
- Pin
zeroize
dependency to v1.3 andsubtle
to v2.4 (#349)
- Initial version, merge of the original form into it's own crate based on upstream.