Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
Go to the documentation of this file. 7 #ifndef SECP256K1_NUM_IMPL_H 8 #define SECP256K1_NUM_IMPL_H 10 #if defined HAVE_CONFIG_H 11 #include "libsecp256k1-config.h" 16 #if defined(USE_NUM_GMP) 18 #elif defined(USE_NUM_NONE) 21 #error "Please select num implementation"