Module key

Source
Expand description

§Public and secret keys

Structs§

PublicKey
A Secp256k1 public key, used for verification of signatures
SecretKey
Secret 256-bit key used as x in an ECDSA signature

Constants§

ONE_KEY
The number 1 encoded as a secret key
ZERO_KEY
The number 0 encoded as a secret key

Statics§

ONE
The number 1 encoded as a secret key Deprecated; static is not what I want; use ONE_KEY instead