Exemplo n.º 1
0
 private string checksum_xxhash(byte[] data)
 {
     xxhash.Initialize();
     return(hex(xxhash.ComputeHash(data)));
 }