7 #ifndef SECP256K1_ECKEY_H 8 #define SECP256K1_ECKEY_H 17 static int secp256k1_eckey_pubkey_parse(
secp256k1_ge *elem,
const unsigned char *pub,
size_t size);
18 static int secp256k1_eckey_pubkey_serialize(
secp256k1_ge *elem,
unsigned char *pub,
size_t *
size,
int compressed);
A group element of the secp256k1 curve, in affine coordinates.
A scalar modulo the group order of the secp256k1 curve.
uint8_t const size_t const size