8 references to XxHash64
System.IO.Hashing (8)
System\IO\Hashing\XxHash128.cs (4)
246
return new Hash128(
XxHash64
.Avalanche(seed ^ BitFlipL),
XxHash64
.Avalanche(seed ^ BitFlipH));
271
return new Hash128(
XxHash64
.Avalanche(keyedLo),
XxHash64
.Avalanche(keyedHi));
System\IO\Hashing\XxHash3.cs (2)
217
return
XxHash64
.Avalanche(seed ^ SecretXor);
235
return
XxHash64
.Avalanche(combined ^ (SecretXor + seed));
System\IO\Hashing\XxHash64.cs (2)
29
/// Initializes a new instance of the <see cref="
XxHash64
"/> class.
41
/// Initializes a new instance of the <see cref="
XxHash64
"/> class with