Last active
July 3, 2020 16:34
-
-
Save nmoinvaz/9e4d1bb2ca1e312912211bf81bf02283 to your computer and use it in GitHub Desktop.
Zlib-ng hash table mask results
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Results in the comments.. |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CRC32C
val &= 0xffffffffval &= 0x7fffffffval &= 0x0fffffffval &= 0x07ffffffval &= 0x00ffffffval <<= 8Knuth
val &= 0xffffffffval &= 0x00ffffffval <<= 8