Expand description
Simple ECDSA secp256k1 API.
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
Traits§
- Recover
- A signature that allows recovering the public key from a message.
Type Aliases§
- Keccak
Pair - An ecdsa key pair using the keccak algorithm for hashing the message.
- Keccak
Proof OfPossession - Proof of Possession is the same as Signature.
- Keccak
Public - The ECDSA compressed public key.
- Keccak
Signature - A signature (a 512-bit value, plus 8 bits for recovery ID).
- Pair
- An ecdsa key pair using the blake2 algorithm for hashing the message.
- Proof
OfPossession - Proof of Possession is the same as Signature.
- Public
- The ECDSA compressed public key.
- Signature
- A signature (a 512-bit value, plus 8 bits for recovery ID).