![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
#include <key.h>
#include <arith_uint256.h>
#include <crypto/common.h>
#include <crypto/hmac_sha3512.h>
#include <random.h>
#include <secp256k1.h>
#include <secp256k1_recovery.h>
Go to the source code of this file.
Functions | |
bool | SigHasLowR (const secp256k1_ecdsa_signature *sig) |
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 ECC_Start | ( | ) |
void ECC_Stop | ( | ) |
bool SigHasLowR | ( | const secp256k1_ecdsa_signature * | sig | ) |