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

Bump rand_core Version #52

Closed DebugSteven closed 4 years ago

DebugSteven commented 4 years ago

This PR bumps the rand_core version.

This work follows from https://github.com/dalek-cryptography/x25519-dalek/pull/45 with attribution and this PR was made instead because it would've been more difficult to get that branch updated to merge it cleanly.