Expand description
Simple ECDSA secp256k1 API.
Structs§
- Pair
- A key pair.
Constants§
- CRYPTO_
ID - An identifier used to match public keys against ecdsa keys
- PUBLIC_
KEY_ SERIALIZED_ SIZE - The byte length of public key
- SIGNATURE_
SERIALIZED_ SIZE - The byte length of signature
Type Aliases§
- Proof
OfPossession - Proof of Possession is the same as Signature for ecdsa
- Public
- The ECDSA compressed public key.
- Signature
- A signature (a 512-bit value, plus 8 bits for recovery ID).