-
-
Save paulbarbu/1535283 to your computer and use it in GitHub Desktop.
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
| Hello. | |
| I'd like to know what's the explanation behind the math done on line #413 in | |
| ext/session/session.c and why couldn't it be just: | |
| total_bits / hash_bits_per_character | |
| Where total_bits equals 128 if the hash function is md5 or 160 if sha1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment