dalek-cryptography / curve25519-dalek

A pure-Rust implementation of group operations on Ristretto and Curve25519
Other
867 stars 439 forks source link

Stabilize x25519-dalek version 2 #554

Closed elichai closed 1 year ago

elichai commented 1 year ago

Now that curve25519-dalek version 4 has been released and I couldn't find any outstanding PRs/Issues can version 2 of x25519-dalek be released?

Also, can https://github.com/dalek-cryptography/x25519-dalek redirect to here? It's pretty confusing

robjtede commented 1 year ago

looks like this is being superseded by #560

rozbb commented 1 year ago

Can you rebase on latest main?

rozbb commented 1 year ago

Actually I'll just merge. The clippy lints are fixed in main so it shouldn't break the build. If it does I'll fix it.

rozbb commented 1 year ago

Thank you for this! And good catch on the deprecated constructor