#ed25519 #ed25519-dalek #deprecated #traits #verification #signatory #natively

yanked signatory-dalek

signatory-dalek is deprecated! Use ed25519-dalek directly instead. ed25519-dalek natively supports the traits used in Signatory. See: https://docs.rs/ed25519/ for more information.

0.99.0 Sep 28, 2020
0.20.0 Jun 11, 2020
0.19.0 Apr 19, 2020
0.18.1 Mar 2, 2020
0.10.0 Oct 16, 2018

#9 in #natively

Download history 1/week @ 2024-11-13 6/week @ 2024-11-20 11/week @ 2024-11-27 23/week @ 2024-12-04 93/week @ 2024-12-11 13/week @ 2024-12-18 7/week @ 2025-01-01 14/week @ 2025-01-08 29/week @ 2025-01-15 17/week @ 2025-01-22 31/week @ 2025-01-29 125/week @ 2025-02-05 87/week @ 2025-02-12 17/week @ 2025-02-19 29/week @ 2025-02-26

278 downloads per month

Apache-2.0 OR MIT

3KB

DEPRECATED!

The signatory-dalek crate is obsolete and has been deprecated/retired.

ed25519-dalek v1.0+ now natively supports the Signer and Verifier traits used by signatory. See this GitHub issue for additional context:

https://github.com/dalek-cryptography/ed25519-dalek/issues/80

  • ed25519_dalek::Keypair impls the Signer trait for ed25519::Signature
  • ed25519_dalek::PublicKey impls the Verifier trait for ed25519::Signature

For usage examples, see:

https://docs.rs/ed25519

No runtime deps