![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#include "key.h"
#include <openssl/bn.h>
#include <openssl/ecdsa.h>
#include <openssl/obj_mac.h>
#include <openssl/rand.h>
Go to the source code of this file.
Functions | |
static void | BIP32Hash (const unsigned char chainCode[32], unsigned int nChild, unsigned char header, const unsigned char data[32], unsigned char output[64]) |
bool | ECC_InitSanityCheck () |
Check that required EC support is available at runtime. More... | |
|
static |
Definition at line 492 of file key.cpp.
References HMAC_SHA512_Final(), HMAC_SHA512_Init(), and HMAC_SHA512_Update().
Referenced by CPubKey::Derive(), and CKey::Derive().
bool ECC_InitSanityCheck | ( | void | ) |
Check that required EC support is available at runtime.
Definition at line 620 of file key.cpp.
Referenced by InitSanityCheck().