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