mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
806 B
806 B
Changelog
Entries are listed in reverse chronological order.
1.0.0
- Widen generic bound on
EphemeralSecret::newandStaticSecret::newto allow owned as well as borrowed RNGs. - Add
PublicKey::to_bytesandSharedSecret::to_bytes, returning owned byte arrays, complementing the existingas_bytesmethods returning references. - Remove mention of deprecated
rand_oscrate from examples. - Clarify
EphemeralSecret/StaticSecretdistinction in documentation.
0.6.0
- Updates
rand_coreversion to0.5. - Adds
serdesupport. - Replaces
clear_on_dropwithzeroize. - Use Rust 2018.
0.5.2
- Implement
CloneforStaticSecret.
0.5.1
- Implement
Copy, Clone, DebugforPublicKey. - Remove doctests.
0.5.0
- Adds support for static and ephemeral keys.