dalek-cryptography / ed25519-dalek

Fast and efficient ed25519 signing and verification in Rust.
BSD 3-Clause "New" or "Revised" License
677 stars 222 forks source link

Release a 2.0.0-pre* that upgrades to curve25519-dalek 4.0.0-pre* #274

Closed isislovecruft closed 1 year ago

isislovecruft commented 1 year ago

To eliminate pulling in additional copies of curve especially on memory constrained devices we might want to consider:

  1. keeping prereleases in sync with their dependencies' prereleases
  2. deprecating dependencies major versions (for less maintenance upkeep)
tarcieri commented 1 year ago

I think this is complete?

https://crates.io/crates/ed25519-dalek/2.0.0-pre.0

That said, it'd be great to get another release out now that #285 is merged

pinkforest commented 1 year ago

rc.2 release sync coming up: