示例#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));
 }
示例#2
0
 // Token: 0x06000857 RID: 2135 RVA: 0x000393B4 File Offset: 0x000375B4
 public Class_221(uint polynomial, uint seed)
 {
     this.table = Class_221.InitializeTable(polynomial);
     this.hash  = seed;
     this.seed  = seed;
 }