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