|
|
|
|
|
by mxmm
3741 days ago
|
|
If something hashes to 31, it will be 1 (mod 2)
1 (mod 3)
1 (mod 5)
3 (mod 7)
9 (mod 11)
5 (mod 13)
14 (mod 17)
12 (mod 19)
8 (mod 23)
2 (mod 31) This would then dictate the location in the hash tree (depending on how deep it is) of any entry to hashes to 31 or to those values modulo those primes. |
|