Module schemes
Source pub use bip340::Bip340;pub use ecdsa::Ecdsa;pub use ed25519::Ed25519;
- bip340
- Threshold BIP-340 (Schnorr) cryptographic operations and key management.
- ecdsa
- ECDSA threshold cryptography implementation.
- ed25519
- Ed25519 threshold cryptography implementation.
- 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
- Scheme 🔒
- The core trait for implementing cryptographic schemes using threshold signatures.