![]() |
Master Core
v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
|
#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) |
Data Fields | |
int | nType |
int | nVersion |
Private Attributes | |
SHA256_CTX | ctx |
|
inline |
Definition at line 52 of file hash.h.
Referenced by CCoinsViewDB::GetStats(), SerializeHash(), SignatureHash(), signmessage(), and verifymessage().
|
inline |
Definition at line 38 of file hash.h.
Referenced by CHashWriter().
|
inline |
Definition at line 61 of file hash.h.
References Serialize().
|
inline |