Pyrogenesis
13997
|
#include <HashSerializer.h>
Public Member Functions | |
size_t | GetHashLength () |
const u8 * | ComputeHash () |
void | Put (const char *name, const u8 *data, size_t len) |
Private Types | |
typedef MD5 | HashFunc |
Private Attributes | |
HashFunc | m_Hash |
u8 | m_HashData [HashFunc::DIGESTSIZE] |
Definition at line 25 of file HashSerializer.h.
|
private |
Definition at line 29 of file HashSerializer.h.
const u8 * CHashSerializerImpl::ComputeHash | ( | ) |
Definition at line 42 of file HashSerializer.cpp.
size_t CHashSerializerImpl::GetHashLength | ( | ) |
Definition at line 37 of file HashSerializer.cpp.
|
inline |
Definition at line 35 of file HashSerializer.h.
|
private |
Definition at line 41 of file HashSerializer.h.
|
private |
Definition at line 42 of file HashSerializer.h.