![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#include <hash.h>
Collaboration diagram for CHashWriter: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().
Here is the caller graph for this function:
|
inline |
Definition at line 38 of file hash.h.
Referenced by CHashWriter().
Here is the caller graph for this function:
|
inline |
Definition at line 61 of file hash.h.
References Serialize().
Here is the call graph for this function:
|
inline |
1.8.8