Releases: ZcashFoundation/ed25519-zebra
Releases · ZcashFoundation/ed25519-zebra
ed25519-zebra 4.0.3
- Update
curve25519-dalek
to4.1.0
ed25519-zebra 4.0.2
- Update
curve25519-dalek
to4.0.0
ed25519-zebra 4.0.1
- Fix no-std build with serde activated (#87)
- Update
curve25519-dalek
to4.0.0-rc.3
ed25519-zebra 4.0.0
-
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
ed25519-zebra v3.0.0
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
- Fix typo by @rex4539 in #32
- Add Zeroize impl for SigningKey by @kim in #34
- Add JNI code for ed25519-zebra by @droark in #37
- Update rand_core to 0.6 and rand to 0.8 by @dconnolly in #44
- dependencies: update zeroize to 1.2 by @FintanH in #52
New Contributors
- @rex4539 made their first contribution in #32
- @kim made their first contribution in #34
- @droark made their first contribution in #37
- @jsdanielh made their first contribution in #51
- @FintanH made their first contribution in #52
Full Changelog: 2.2.0...3.0.0