Crate radicle_crypto

Source

Modules§

edwards25519

Structs§

KeyPair
A key pair.
PublicKey
The public/verification key.
SecretKey
The private/signing key.
Seed
A seed, which a key pair can be derived from.
Signature
Cryptographic signature.
SignerError
Error returned if signing fails, eg. due to an HSM or KMS.
Unverified
Unverified (used as type witness).
Verified
Verified (used as type witness).

Enums§

Error
PublicKeyError
SignatureError

Traits§

Signer

Type Aliases§

SharedSecret
Output of a Diffie-Hellman key exchange.