<PackageReference Include="System.IO.Hashing" Version="10.0.0-preview.6.25358.103" />
XxHashShared
public const ulong Prime64_1 =
11400714785074694791
public const ulong Prime64_2 =
14029467366897019727
public const ulong Prime64_3 =
1609587929392839161
public const ulong Prime64_4 =
9650029242287828579
public const ulong Prime64_5 =
2870177450012600261
public static ulong Mix16Bytes(
Byte* source,
ulong secretLow,
ulong secretHigh,
ulong seed)
public static ulong Multiply64To128(
ulong left,
ulong right,
out ulong lower)
public static ulong Rrmxmx(
ulong hash,
uint length)
public static ulong XorShift(
ulong value,
int shift)