7 references to Avalanche
System.IO.Hashing (7)
System\IO\Hashing\XxHash128.cs (4)
249
return new Hash128(XxHash64.
Avalanche
(seed ^ BitFlipL), XxHash64.
Avalanche
(seed ^ BitFlipH));
274
return new Hash128(XxHash64.
Avalanche
(keyedLo), XxHash64.
Avalanche
(keyedHi));
System\IO\Hashing\XxHash3.cs (2)
220
return XxHash64.
Avalanche
(seed ^ SecretXor);
238
return XxHash64.
Avalanche
(combined ^ (SecretXor + seed));
System\IO\Hashing\XxHash64.State.cs (1)
141
return
Avalanche
(acc);