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

Bump rand_core to 0.6 #84

Closed threema-danilo closed 2 years ago

threema-danilo commented 2 years ago

The CHANGELOG for rand_core is here.

data-retriever commented 2 years ago

This is important. It's blocking other libraries (like elliptic-curves which in turn is blocking webrtc-dtls)

data-retriever commented 2 years ago

Oh, I see 2.0.0-pre.1 already includes it. Nevermind

de-vri-es commented 2 years ago

It would be great to get a regular release that includes it though :(

threema-danilo commented 2 years ago

Oh, I see 2.0.0-pre.1 already includes it. Nevermind

Ah, you're right, I missed that: #64 (Would be great to have the development branch set as main branch on GitHub.)