We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183a048 commit 4deae81Copy full SHA for 4deae81
1 file changed
hashes/chaos_machine.py
@@ -66,7 +66,7 @@ def pull():
66
x ^= y >> 13
67
y ^= x << 17
68
x ^= y >> 5
69
- return x 0xFFFFFFFF
+ return x & 0xFFFFFFFF
70
71
72
def reset():
0 commit comments