Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <key.h>
#include <arith_uint256.h>
#include <crypto/common.h>
#include <crypto/hmac_sha512.h>
#include <pubkey.h>
#include <random.h>
#include <secp256k1.h>
#include <secp256k1_recovery.h>
Go to the source code of this file.
Functions | |
bool | ECC_InitSanityCheck () |
Check that required EC support is available at runtime. More... | |
void | ECC_Start () |
Initialize the elliptic curve support. More... | |
void | ECC_Stop () |
Deinitialize the elliptic curve support. More... | |
bool ECC_InitSanityCheck | ( | void | ) |
void ECC_Start | ( | void | ) |