Tagged Questions

2
votes
4answers
121 views

Intentional Hashing Collisions

I'm trying to write some code that will do "fuzzy hashing". That is: I want several inputs to hash to the same output so that I can do searches etc quickly and easily. If A hashes …