Skip to content

Commit 4deae81

Browse files
authored
fix
1 parent 183a048 commit 4deae81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hashes/chaos_machine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def pull():
6666
x ^= y >> 13
6767
y ^= x << 17
6868
x ^= y >> 5
69-
return x 0xFFFFFFFF
69+
return x & 0xFFFFFFFF
7070

7171

7272
def reset():

0 commit comments

Comments
 (0)