System.Marvin
namespace System
{
internal static class Marvin
{
public static ulong DefaultSeed { get; }
public static int ComputeHash32(ReadOnlySpan<byte> data, ulong seed);
public static int ComputeHash32(ref byte data, uint count, uint p0, uint p1);
}
}