Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

num_gmp.h File Reference
#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)
Released under the MIT license