#include <pubkey.h>
#include <support/allocators/secure.h>
#include <uint256.h>
#include <stdexcept>
#include <vector>
Go to the source code of this file.
◆ CPrivKey
secure_allocator is defined in allocators.h CPrivKey is a serialized private key, with all parameters included (SIZE bytes)
Definition at line 22 of file key.h.
◆ SchnorrSig
a Schnorr signature
Definition at line 25 of file key.h.
◆ ECC_InitSanityCheck()
bool ECC_InitSanityCheck |
( |
| ) |
|
Check that required EC support is available at runtime.
Definition at line 427 of file key.cpp.
◆ ECC_Start()
Initialize the elliptic curve support.
May not be called twice without calling ECC_Stop first.
Definition at line 434 of file key.cpp.
◆ ECC_Stop()
Deinitialize the elliptic curve support.
No-op if ECC_Start wasn't called first.
Definition at line 451 of file key.cpp.