Crate commonware_cryptography
source ·Expand description
Generate keys, sign arbitrary messages, and deterministically verify untrusted signatures.
Modules§
- Distributed Key Generation (DKG), Resharing, Signatures, and Threshold Signatures over the BLS12-381 curve.
- Ed25519 implementation of the Scheme trait.
- Utility functions for cryptographic primitives.
Traits§
- Interface that commonware crates rely on for most cryptographic operations.
Type Aliases§
- Byte array representing an arbitrary public key.
- Byte array representing an arbitrary signature.