xxHash3.NET
xxHash3.NET copied to clipboard
Can input a seed?
Can there have seed parameter? Just like this:
public static ulong Hash(in ReadOnlySpan<byte> buffer, long seed = 0)
{
...
}
THANKS.