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

C# port of XXH3, plus the fastest xxHash[32|64] in the west

Results 3 xxHash3.NET issues
Sort by recently updated
recently updated
newest added

Any chance of implementing the 128 variant?

Can there have seed parameter? Just like this: ``` public static ulong Hash(in ReadOnlySpan buffer, long seed = 0) { ... } ``` THANKS.