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` dev-deps #112

Closed pinkforest closed 1 year ago

pinkforest commented 1 year ago

Fixes #111

Move the get_random weak feature under rand_core as dev-dependency so we don't bring std that it brings.