Module secp256k1::key [−][src]
Structs
| PublicKey |
A Secp256k1 public key, used for verification of signatures |
| SecretKey |
Secret 256-bit key used as |
Constants
| MINUS_ONE_KEY |
The number -1 encoded as a secret key |
| 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; |