Skip to content

Instantly share code, notes, and snippets.

@wesinator
Created March 26, 2020 10:24
Show Gist options
  • Save wesinator/4cffd6cd6631a815f25b90f4b56376ad to your computer and use it in GitHub Desktop.
Save wesinator/4cffd6cd6631a815f25b90f4b56376ad to your computer and use it in GitHub Desktop.
enum of hash text repr lengths (double the actual data size)
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