3 references to HashToUInt64
System.IO.Hashing (3)
System\IO\Hashing\XxHash3.cs (3)
72
ulong hash =
HashToUInt64
(source, seed);
103
ulong hash =
HashToUInt64
(source, seed);
192
current =
HashToUInt64
(new ReadOnlySpan<byte>(buffer, (int)_state.TotalLength), (long)_state.Seed);