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
For empty byte array, it returns a different result 0x5a9635b1c4ed54c5, and the other libs return 0x2d06800538d394c2.
the following code return returns 0x5a9635b1c4ed54c5
XXHash3NET.XXHash3.Hash64(new byte[0], 0)
For empty byte array, it returns a different result 0x5a9635b1c4ed54c5, and the other libs return 0x2d06800538d394c2.
the following code return returns 0x5a9635b1c4ed54c5
XXHash3NET.XXHash3.Hash64(new byte[0], 0)