Module ecdsa

Module ecdsa 

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

KeccakPair
An ecdsa key pair using the keccak algorithm for hashing the message.
KeccakProofOfPossession
Proof of Possession is the same as Signature.
KeccakPublic
The ECDSA compressed public key.
KeccakSignature
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.
ProofOfPossession
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).