Expand description
ECDSA threshold cryptography implementation.
Structs§
- Ecdsa
- A threshold ECDSA implementation that allows distributed key generation and signing.
- Ecdsa
Signature - A signature for ECDSA cryptographic operations.
- Message
Hash - A message hash for ECDSA operations. Can be created either via MessageHash::sha256 or MessageHash::keccak256. If you need a different hash function you can hash yourself and construct via MessageHash::from_hash.
Constants§
- UNCOMPRESSED_
PUB_ KEY_ SIZE - The size of an uncompressed ECDSA public key in bytes.
Type Aliases§
- Ecdsa
Extended Private Key - An extended private key for ECDSA operations.
- Ecdsa
Extended Public Key - An extended public key for ECDSA operations.
- Ecdsa
Public Key - A public key for ECDSA cryptographic operations.
- Ecdsa
Secret Share - A secret share for ECDSA cryptographic operations.