Expand description
§Public and secret keys
Structs§
- Public
Key - A Secp256k1 public key, used for verification of signatures
- Secret
Key - Secret 256-bit key used as
x
in an ECDSA signature
Constants§
Statics§
- ONE
- The number 1 encoded as a secret key
Deprecated;
static
is not what I want; useONE_KEY
instead