You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2022. It is now read-only.
Data.HashFunction/src/xxHash/xxHash.cs:96 - There are two overloads of the constructor, one with int and one with ulong. This is bad for obvious reasons.
From https://stackoverflow.com/questions/30911887/xxhash-convert-resulting-in-hash-too-long .
Data.HashFunction/src/xxHash/xxHash.cs:96 - There are two overloads of the constructor, one with int and one with ulong. This is bad for obvious reasons.