Closed illcom94 closed 9 years ago
I stepped through the code along with the C++ code from google and I've found the issue. xxHash.cs
After these two changes, everything seems to match.
After running a few more files I had to make a modification to my #2 fix. The if statement should be "if ((remainder.Length % 8) >= 4)"
I'll take a look at as soon as I can. If you know how to submit a pull request with the changes you talked about above, it could significantly help expedite the process.
This issue has been addressed in release 1.8.1.
I need to be able to verify an xxHash64 that is being generated by another program. Sometimes the xxHash from this code doesn't match, and when I run the C code downloaded from google, it does. https://code.google.com/p/xxhash/
Has anyone else had this issue?