![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include <hash.h>
Public Member Functions | |
void | Init () |
CHashWriter (int nTypeIn, int nVersionIn) | |
CHashWriter & | write (const char *pch, size_t size) |
uint256 | GetHash () |
template<typename T > | |
CHashWriter & | operator<< (const T &obj) |
Public Attributes | |
int | nType |
int | nVersion |
Private Attributes | |
SHA256_CTX | ctx |
|
inline |
|
inline |
|
inline |