A SyncLongHashStruct is used to accumulate a combined hash code The pos field is the lowest index of a valid byte (bytes are accumulated from high to low index). More...
Data Fields | |
int | pos |
unsigned char | bytes [MAX_HASH_BYTES] |
A SyncLongHashStruct is used to accumulate a combined hash code The pos field is the lowest index of a valid byte (bytes are accumulated from high to low index).
Definition at line 54 of file SyncNode.h.
unsigned char SyncLongHashStruct::bytes[MAX_HASH_BYTES] |
Definition at line 56 of file SyncNode.h.
Referenced by MakeNodeFromNames(), SyncAccumHashRaw(), SyncLongHashToBuf(), SyncNodeAppendLongHash(), and SyncParseComposite().
Definition at line 55 of file SyncNode.h.
Referenced by MakeNodeFromNames(), SyncAccumHashRaw(), SyncLongHashToBuf(), SyncNodeAppendLongHash(), SyncParseComposite(), SyncResetComposite(), and testReadBuilder().