Module schemes

Source

Re-exports§

pub use bip340::Bip340;
pub use ecdsa::Ecdsa;
pub use ed25519::Ed25519;

Modules§

bip340
Threshold BIP-340 (Schnorr) cryptographic operations and key management.
ecdsa
ECDSA threshold cryptography implementation.
ed25519
Ed25519 threshold cryptography implementation.

Structs§

ExtendedPrivateKey
An extended private key base type
ExtendedPublicKey
An extended public key base type
PublicKey
A public key base type
SecretShare
A secret share base type

Traits§

Scheme 🔒
The core trait for implementing cryptographic schemes using threshold signatures.