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
An example of how to make a good hashing with nodejs and rust
Motivation
js number is known to be a float 64-bit, and for bitwise operations is signed int 32-bit,
but in some cases we need more the int 32 to avoid collisions.