brandondahler / Data.HashFunction

C# library to create a common interface to non-cryptographic hash functions.
MIT License
254 stars 42 forks source link

Valid hash size for xxHash #45

Open lonix1 opened 5 years ago

lonix1 commented 5 years ago

Needs to be documented for xxHash Wasn't clear to me why I was getting exceptions, and digging into the source I discovered the only valid values are 32 and 64.

brandondahler commented 4 years ago

Plan to resolve this via #49 .