|
|
|
|
|
by TheCoelacanth
3262 days ago
|
|
It wouldn't be a binary search, the values are already hashes, so you could do a hash table lookup very cheaply. MD5 isn't great by cryptological standards, but it is extremely robust by hash table standards. While no extra resources might not have been strictly accurate, the lookup would be practically free compared to the time it takes to compute the hash. |
|