Closed defuse closed 9 years ago
Right now it computes the suffix, or the value of the hash modulo 2^whatever. It's called a prefix so it should actually be the prefix.
2^whatever
Done in d68c21201cde6dca64d23e7424550d5684ce5c49.
Right now it computes the suffix, or the value of the hash modulo
2^whatever
. It's called a prefix so it should actually be the prefix.