dalek-cryptography / curve25519-dalek

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

Bump digest and sha2 to pre-release versions #620

Open baloo opened 5 months ago

baloo commented 5 months ago

Upcoming changes in digest and sha2 crates

Depends:

tarcieri commented 5 months ago

Would definitely be good to get #619 out first

This should probably also bump the versions of curve25519-dalek/ed25519-dalek to e.g. 4.2.0-pre/2.2.0-pre respectively per the exemptions to our SemVer policy, to denote any release needs a bumped minor version number

baloo commented 5 months ago

I also need to figure out the exact MSRV of both.