Closed alex5nader closed 1 year ago
Old implementation checks the 4th bit of h by comparing x & 8 with 1. This result is actually either 0 or 8.
h
x & 8
Old implementation checks the 4th bit of
h
by comparingx & 8
with 1. This result is actually either 0 or 8.