Releases: palantir/serde-encrypted-value
Releases · palantir/serde-encrypted-value
1.0.0
💡 Improvements
- Update rand requirement from 0.8.5 to 0.9.0 (#30)
v0.4.4
- Switched from
openssl
to aes-gcm
.
v0.4.0
- The
Key
type now has a type parameter indicating if it can encrypt values. This allows us to guarantee that IVs will not be reused.
v0.3.1
- Upgrade base64 to 0.9 and openssl to 0.10.