Static secp256k1::key::ONE[][src]

pub static ONE: SecretKey = SecretKey([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
           0, 0, 0, 0, 0, 0, 0, 0, 0, 1])

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