Closed NuclearCookie closed 7 years ago
On javascript, the hash function was not correct. You're expecting the value to wrap around when overflowing, on JS it was treated as a float instead.
On javascript, the hash function was not correct. You're expecting the value to wrap around when overflowing, on JS it was treated as a float instead.