7 #ifndef SECP256K1_NUM_H
8 #define SECP256K1_NUM_H
12 #if defined HAVE_CONFIG_H
13 #include "libsecp256k1-config.h"
16 #if defined(USE_NUM_GMP)
19 #error "Please select num implementation"
27 static void secp256k1_num_get_bin(
unsigned char *
r,
unsigned int rlen,
const secp256k1_num *a);
30 static void secp256k1_num_set_bin(
secp256k1_num *
r,
const unsigned char *a,
unsigned int alen);