Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <gmp.h>
Include dependency graph for num_gmp.h:
Go to the source code of this file.
Classes | |
struct | secp256k1_num |
Macros | |
#define | NUM_LIMBS ((256+GMP_NUMB_BITS-1)/GMP_NUMB_BITS) |
Macro Definition Documentation
◆ NUM_LIMBS
#define NUM_LIMBS ((256+GMP_NUMB_BITS-1)/GMP_NUMB_BITS) |
Definition at line 12 of file num_gmp.h.
Referenced by secp256k1_num_add_abs(), secp256k1_num_mod(), secp256k1_num_mod_inverse(), secp256k1_num_mul(), secp256k1_num_set_bin(), and secp256k1_num_shift().