#include <pubkey.h>
#include <serialize.h>
#include <support/allocators/secure.h>
#include <uint256.h>
#include <stdexcept>
#include <vector>
Go to the source code of this file.
◆ CPrivKey
CPrivKey is a serialized private key, with all parameters included (SIZE bytes)
Definition at line 23 of file key.h.
◆ ECDHSecret
Definition at line 29 of file key.h.
◆ ECC_InitSanityCheck()
bool ECC_InitSanityCheck |
( |
| ) |
|
Check that required EC support is available at runtime.
Definition at line 442 of file key.cpp.
◆ GenerateRandomKey()
CKey GenerateRandomKey |
( |
bool |
compressed = true | ) |
|
|
noexcept |
◆ ECDH_SECRET_SIZE
Size of ECDH shared secrets.
Definition at line 26 of file key.h.