Module secp256k1zkp::key

source ·
Expand description

§Public and secret keys

Structs§

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

Constants§

  • The number 1 encoded as a secret key
  • The number 0 encoded as a secret key

Statics§

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