signatory-dalek

Crates.iosignatory-dalek
lib.rssignatory-dalek
version0.99.0
sourcesrc
created_at2018-08-20 04:19:04.016092
updated_at2020-09-28 22:07:32.755317
descriptionsignatory-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.
homepagehttps://github.com/dalek-cryptography/ed25519-dalek/
repository
max_upload_size
id80368
size2,217
Tony Arcieri (iqlusion) (tony-iqlusion)

documentation

README

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

Commit count: 0

cargo fmt