Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Typedefs | Functions
key.h File Reference
#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 Documentation

typedef std::vector<unsigned char, secure_allocator<unsigned char> > CPrivKey

Definition at line 176 of file key.h.

Function Documentation

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: