![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#include "allocators.h"#include "hash.h"#include "serialize.h"#include "uint256.h"#include <stdexcept>#include <vector>
Include dependency graph for key.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | CKeyID |
| A reference to a CKey: the Hash160 of its serialized public key. More... | |
| class | CScriptID |
| A reference to a CScript: the Hash160 of its serialization (see script.h) More... | |
| class | CPubKey |
| An encapsulated public key. More... | |
| class | CKey |
| An encapsulated private key. More... | |
| struct | CExtPubKey |
| struct | CExtKey |
Typedefs | |
| typedef std::vector< unsigned char, secure_allocator< unsigned char > > | CPrivKey |
Functions | |
| bool | ECC_InitSanityCheck (void) |
| Check that required EC support is available at runtime. More... | |
| typedef std::vector<unsigned char, secure_allocator<unsigned char> > CPrivKey |
| bool ECC_InitSanityCheck | ( | void | ) |
Check that required EC support is available at runtime.
Definition at line 620 of file key.cpp.
Referenced by InitSanityCheck().
Here is the caller graph for this function:
1.8.8