Skip to main content

Crate radicle_crypto

Crate radicle_crypto 

Source

Re-exports§

pub use dalek::ed::ed25519::signature;

Structs§

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.

Enums§

PublicKeyError

Constants§

MULTICODEC_TYPE
Multicodec key type for Ed25519 keys.

Traits§

Signer
A super-trait that requires:

Type Aliases§

PublicKeyBytes
SharedSecret
Output of a Diffie-Hellman key exchange.