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 rand #44

Closed vks closed 5 years ago

hdevalence commented 5 years ago

This crate should use the same version of rand as curve25519-dalek, which won't change for a while: https://github.com/dalek-cryptography/curve25519-dalek/pull/263