Module secp256k1::constants

source ·
Expand description

Constants related to the API and the underlying curve.

Constants

The maximum size of a compact signature.
The order of the secp256k1 curve.
The Prime for the secp256k1 field element.
The X coordinate of the generator.
The Y coordinate of the generator.
The size of a key pair.
The maximum size of a signature.
The size (in bytes) of a message.
The size (in bytes) of a serialized public key.
The size of a Schnorr public key.
The size of a Schnorr signature.
The size of a Schnorr public key.
The size of a Schnorr signature.
The size (in bytes) of a secret key.
The size (in bytes) of an serialized uncompressed public key.