Created
March 26, 2020 10:24
-
-
Save wesinator/4cffd6cd6631a815f25b90f4b56376ad to your computer and use it in GitHub Desktop.
enum of hash text repr lengths (double the actual data size)
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
hash_lengths = { | |
32: "md5", | |
40: "sha1", | |
64: "sha256", | |
128: "sha512", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment