<PackageReference Include="System.Text.Json" Version="10.0.4" />

System.Marvin

static class 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); } }