# 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