18 #ifndef INCLUDED_HASHSERIALIZER
19 #define INCLUDED_HASHSERIALIZER
35 void Put(
const char*
UNUSED(name),
const u8* data,
size_t len)
54 #endif // INCLUDED_HASHSERIALIZER
#define UNUSED(param)
mark a function parameter as unused and avoid the corresponding compiler warning. ...
u8 m_HashData[HashFunc::DIGESTSIZE]
static const size_t DIGESTSIZE
void Update(const u8 *data, size_t len)
void Put(const char *name, const u8 *data, size_t len)
CHashSerializer(ScriptInterface &scriptInterface)
Abstraction around a SpiderMonkey JSContext.
Serialize to a binary stream.