Skip to content

Update Rust crate ed25519-dalek to v2

Renovate Bot requested to merge renovate/ed25519-dalek-2.x into main

This MR contains the following updates:

Package Type Update Change
ed25519-dalek dependencies major 1 -> 2

Release Notes

dalek-cryptography/ed25519-dalek (ed25519-dalek)

v2.0.0

Breaking changes
  • Bump MSRV from 1.41 to 1.60.0
  • Bump Rust edition
  • Bump signature dependency to 2.0
  • Make digest an optional dependency
  • Make zeroize an optional dependency
  • Make rand_core an optional dependency
  • curve25519 backends are now automatically selected
  • curve25519 backends are now overridable via cfg instead of using additive features
  • Make all batch verification deterministic remove batch_deterministic (MR #​256)
  • Rename KeypairSigningKey and PublicKeyVerifyingKey
  • Remove default-public ExpandedSecretKey API (MR #​205)
  • Make hazmat feature to expose ExpandedSecretKey, raw_sign(), raw_sign_prehashed(), raw_verify(), and raw_verify_prehashed()
Other changes
  • Add Context type for prehashed signing
  • Add VerifyingKey::{verify_prehash_strict, is_weak}
  • Add pkcs feature to support PKCS #​8 (de)serialization of SigningKey and VerifyingKey
  • Add fast feature to include basepoint tables
  • Add tests for validation criteria
  • Impl DigestSigner/DigestVerifier for SigningKey/VerifyingKey, respectively
  • Impl Hash for VerifyingKey
  • Impl Clone, Drop, and ZeroizeOnDrop for SigningKey
  • Remove rand dependency
  • Improve key deserialization diagnostics

v1.0.1

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports