- Update arrayvec dependency to 0.7.2
-
Change output type of
Blake2s
to use zeroing wrapping as well. -
Update dependencies to newer version.
- Zero sensitive material on drop. (#20)
- Support
Vec
based APIs in no-std via thealloc
crate. (#19)
- Support for no-std. (#16, #18)
-
Use x25519-dalek and RustCrypto crates instead of rust-crypto.
-
There is a feature for each primitive, you can pick exactly what you need.
- Update dependency arrayvec to 0.5
- Add
Eq
andPartialEq
implementations.
No API change.
-
Update to use sodiumoxide 0.2.
-
Add wrapper for AES-256-GCM.
-
Fix alignment of Blake2b state.
Removed.
No API change.
-
Update to use rand 0.6.
-
No longer depends on byteorder.