xxHash3.NET icon indicating copy to clipboard operation
xxHash3.NET copied to clipboard

Can input a seed?

Open malegend opened this issue 5 months ago • 0 comments

Can there have seed parameter? Just like this:

public static ulong Hash(in ReadOnlySpan<byte> buffer, long seed = 0)
{
...
}

THANKS.

malegend avatar Jul 09 '25 02:07 malegend