4 references to Avalanche
Microsoft.AspNetCore.Razor.Utilities.Shared (4)
Utilities\Hashing\XxHash128.cs (4)
251return new Hash128(XxHash64.Avalanche(seed ^ BitFlipL), XxHash64.Avalanche(seed ^ BitFlipH)); 276return new Hash128(XxHash64.Avalanche(keyedLo), XxHash64.Avalanche(keyedHi));