referrerpolicy=no-referrer-when-downgrade

Module ecdsa

Source
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§

Public
The ECDSA compressed public key.
Signature
A signature (a 512-bit value, plus 8 bits for recovery ID).