dalek-cryptography / x25519-dalek

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

Fix `no std` by moving `get_random` feat dev-deps #119

Closed pinkforest closed 1 year ago

pinkforest commented 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