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
I tried to leverage it with 64-bit integers but I'm not expert enough with bitwise operations to make it work, any suggestions on how this would be possible?
Thank you in advance :)
The text was updated successfully, but these errors were encountered:
Regarding the question 2, base64 representation is enough to cover all 32bit integers with 6 characters, so we can safely remove the extra = symbols (correct me if I'm wrong).
Re question 1, I still haven't understood why we multiply by 0x9e3b
Hello and thank you for this great package :)
I tried to leverage it with 64-bit integers but I'm not expert enough with bitwise operations to make it work, any suggestions on how this would be possible?
Thank you in advance :)
The text was updated successfully, but these errors were encountered: