Anoncoin  0.9.4
P2P Digital Currency
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 177 of file key.h.

Function Documentation

bool ECC_InitSanityCheck ( void  )

Check that required EC support is available at runtime.

Definition at line 629 of file key.cpp.

Here is the caller graph for this function: