Expand description
Simple ECDSA secp256k1 API.
Structs§
- A key pair.
Constants§
- An identifier used to match public keys against ecdsa keys
- The byte length of public key
- The byte length of signature
Type Aliases§
- The ECDSA compressed public key.
- A signature (a 512-bit value, plus 8 bits for recovery ID).