Example #1
0
 /// <summary></summary>
 protected virtual void MergeHash(ref ulong hash, ulong value)
 {
     hash ^= CRC32.Get(value);
 }