dalek-cryptography / x25519-dalek

X25519 elliptic curve Diffie-Hellman key exchange in pure-Rust, using curve25519-dalek.
BSD 3-Clause "New" or "Revised" License
328 stars 133 forks source link

Update curve25519-dalek to version 3.0.0. #62

Closed hdevalence closed 4 years ago

hdevalence commented 4 years ago

This allows unifying dependencies with other crates using the 3.x series of the curve library. It is a semver patch-level change, because the x25519-dalek API does not expose any details of the underlying curve implementation.