Expand description

Constants

Constants related to the API and the underlying curve

Constants

The maximum size of a compact signature

The size (in bytes) of a compressed public key

The order of the secp256k1 curve

The X coordinate of the generator

The Y coordinate of the generator

The maximum size of a signature

The size (in bytes) of a message

The size (in bytes) of a public key array. This only needs to be 65 but must be 72 for compatibility with the ArrayVec library.

The size of a Schnorr signature

The size (in bytes) of a secret key

The size (in bytes) of an uncompressed public key