Expand description
Pure Rust implementation of the secp256k1 curve and fast ECDSA signatures. The secp256k1 curve is used extensively in Bitcoin and Ethereum-alike cryptocurrencies.
Modules§
Structs§
- Message
- Hashed message input to an ECDSA signature.
- Public
Key - Public key on a secp256k1 curve.
- Recovery
Id - Tag used for public key recovery from signatures.
- Secret
Key - Secret key (256-bit) on a secp256k1 curve.
- Signature
- An ECDSA signature.
Enums§
- Error
- Public
KeyFormat - Format for public key parsing.
Statics§
- ECMULT_
CONTEXT - A static ECMult context.
- ECMULT_
GEN_ CONTEXT - A static ECMultGen context.