private string checksum_xxhash(byte[] data) { xxhash.Initialize(); return(hex(xxhash.ComputeHash(data))); }