Skip to main contentCrate radicle_crypto
Source pub use dalek::ed::ed25519::signature;
- ExtendedSignature
- An extended signature carries the key that may be used to verify the
signature along with the signature itself.
- PublicKey
- Bytes that are intended/thought to correspond to a point on the Edwards25519
curve (but not on its twist).
- Seed
- Signature
- Re-exports of the
signature crate and ed25519::Signature
as re-exported by the ed25519_dalek crate.
Ed25519 signature. - SigningKey
- A (decompressed) point on the Edwards25519 curve (but not on its twist) that
may be used to sign data.
- VerifyingKey
- A (decompressed) point on the Edwards25519 curve (but not on its twist) that
may be used to verify signatures.
- PublicKeyError
- MULTICODEC_TYPE
- Multicodec key type for Ed25519 keys.
- Signer
- A super-trait that requires:
- PublicKeyBytes
- SharedSecret
- Output of a Diffie-Hellman key exchange.