Example #1
0
 // Token: 0x0600085E RID: 2142 RVA: 0x00039436 File Offset: 0x00037636
 public static uint Compute(uint polynomial, uint seed, byte[] buffer)
 {
     return(~Class_221.CalculateHash(Class_221.InitializeTable(polynomial), seed, buffer, 0, buffer.Length));
 }
Example #2
0
 // Token: 0x06000859 RID: 2137 RVA: 0x000393F1 File Offset: 0x000375F1
 protected override void HashCore(byte[] array, int ibStart, int cbSize)
 {
     this.hash = Class_221.CalculateHash(this.table, this.hash, array, ibStart, cbSize);
 }