Module secp256k1_test::key [] [src]

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