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
The website you linked is giving you the unsigned value. If you want to convert to unsigned, use an unsigned right shift: (-1030391420) >>> 0 == 3264575876 will give you the correct value.
I was trying with a single string and im getting wierd result with negative numbers...
https://www.functions-online.com/crc32.html
4ff9fc6e4e5d5f590c4f2134a8cc96d1 = 3264575876
Your code:
-1030391420
The text was updated successfully, but these errors were encountered: