X25519 elliptic curve Diffie-Hellman key exchange in pure-Rust, using curve25519-dalek.
BSD 3-Clause "New" or "Revised" License
331
stars
134
forks
source link
Fix `no std` by moving `get_random` feat dev-deps #119
Closed
pinkforest closed 1 year ago
Fixes https://github.com/dalek-cryptography/x25519-dalek/issues/111
Move the get_random weak feature under rand_core as dev-dependency so we don't bring std that it brings.
Repeat of #112 due to release/2.0 branch got nuked