Fabcoin Core  0.16.2
P2P Digital Currency
Functions
key.cpp File Reference
#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>
Include dependency graph for key.cpp:

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...
 

Function Documentation

bool ECC_InitSanityCheck ( void  )

Check that required EC support is available at runtime.

Definition at line 284 of file key.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void ECC_Start ( void  )

Initialize the elliptic curve support.

May not be called twice without calling ECC_Stop first.

Definition at line 291 of file key.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void ECC_Stop ( void  )

Deinitialize the elliptic curve support.

No-op if ECC_Start wasn't called first.

Definition at line 308 of file key.cpp.

Here is the call graph for this function:

Here is the caller graph for this function: