dalek-cryptography / curve25519-dalek

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

Backport: Relax zeroize version in 3.2 #628

Closed JakkuSakura closed 4 months ago

JakkuSakura commented 4 months ago

This is to correspond to https://github.com/dalek-cryptography/curve25519-dalek/issues/452#issuecomment-1749807071

However, it increased MSRV and may break not locked versions that are not using newer rustc

tarcieri commented 4 months ago

3.x and older versions are unmaintained. Please upgrade to the newest version.