Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Classes | Typedefs
key.h File Reference
#include <vector>
#include "allocators.h"
#include "serialize.h"
#include "uint256.h"
#include "hash.h"
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...
 

Typedefs

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

Typedef Documentation

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

Definition at line 169 of file key.h.