![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#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 |
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 |