Dogecoin Core  1.14.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

◆ ECC_InitSanityCheck()

bool ECC_InitSanityCheck ( void  )

Check that required EC support is available at runtime.

Definition at line 292 of file key.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ECC_Start()

void ECC_Start ( void  )

Initialize the elliptic curve support.

May not be called twice without calling ECC_Stop first.

Definition at line 299 of file key.cpp.

Here is the caller graph for this function:

◆ ECC_Stop()

void ECC_Stop ( void  )

Deinitialize the elliptic curve support.

No-op if ECC_Start wasn't called first.

Definition at line 316 of file key.cpp.

Here is the caller graph for this function: