示例#1
0
 public uint xxHash32_binary_hash() => XXHash32.Hash(testBinary);
示例#2
0
 public uint xxHash32_string_hash() => XXHash32.Hash(testString);