dalek-cryptography / curve25519-dalek

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

4.1.3 release? #655

Closed jrose-signal closed 3 weeks ago

jrose-signal commented 1 month ago

As you know, Signal has a fork of curve25519-dalek (to add bidirectional Elligator mapping to and from RistrettoPoints, discussed in #533). We'd like to pull in the latest tag, but 4.1.2 no longer passes its own CI, because of new warnings and such on nightly. We could pull in the fixes on main as well, but then we're between official releases. It's not a huge deal, but is there a 4.1.3 coming soon?

tarcieri commented 1 month ago

Sounds good to me /cc @rozbb

jrose-signal commented 3 weeks ago

Ping, looks like there haven't been any changes in the last month besides the license normalization anyway!

tarcieri commented 3 weeks ago

We'll be cutting a release soon

tarcieri commented 3 weeks ago

Closed by #660 (which includes a security fix, so please upgrade!)