Example #1
0
 public static uint Compute(uint seed, byte[] buffer)
 {
     return(Crc32.Compute(3988292384U, seed, buffer));
 }
Example #2
0
 public static uint Compute(byte[] buffer)
 {
     return(Crc32.Compute(uint.MaxValue, buffer));
 }