Skip to content

Releases: ZcashFoundation/ed25519-zebra

ed25519-zebra 4.0.3

11 Sep 18:29
cd4aeed
Compare
Choose a tag to compare
  • Update curve25519-dalek to 4.1.0

ed25519-zebra 4.0.2

21 Aug 18:40
7ad06a6
Compare
Choose a tag to compare
  • Update curve25519-dalek to 4.0.0

ed25519-zebra 4.0.1

07 Jul 12:20
3829d87
Compare
Choose a tag to compare
  • Fix no-std build with serde activated (#87)
  • Update curve25519-dalek to 4.0.0-rc.3

ed25519-zebra 4.0.0

08 Jun 20:06
cab0bcd
Compare
Choose a tag to compare
  • upgrade curve25519-dalek to 4.0.0-rc.2

  • clippy fixes

  • activate ed25519/pem only when needed

  • bump to 4.0.0; bump MSRV to 1.65; fix no_std support; test MSRV and no_std in CI

  • use rust-toolchain instead of TOML to work with (unmaitained) actions-rs/toolchain

ed25519-zebra v3.1.0

26 Oct 20:31
Compare
Choose a tag to compare

Add no_std support by @pvdrz in #57

ed25519-zebra v3.0.0

12 Oct 17:25
Compare
Choose a tag to compare

ed25519-zebra 3.0.0 upgrades rand to 0.8 and rand_core to 0.6. Since they are specified in the signing API, this is a backwards-incompatible API change, thus the major version bump.

Plus:

What's Changed

New Contributors

Full Changelog: 2.2.0...3.0.0