dalek-cryptography / curve25519-dalek

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

curve: Release 4.1.0 #574

Closed pinkforest closed 10 months ago

pinkforest commented 10 months ago

4.1.0 Adds:

4.1.0 Fixes:

Pending:

tarcieri commented 10 months ago

Perhaps we could get #566 in as well?

pinkforest commented 10 months ago

Yeah I was going to list the PR's that are pending

tarcieri commented 10 months ago

Would like to propose this small PR too: https://github.com/dalek-cryptography/curve25519-dalek/pull/575

rozbb commented 10 months ago

Great call re guidance for semver-exempted features. I understand it now. Thanks!