Difficulty of finding two different inputs that hash to the same value

learn more… | top users | synonyms

4
votes
1answer
355 views

From hash to Cryptographic hash

After reading some excellent papers on SipHash, I understood that good non-cryptographic hashes such as MurmurHash and CityHash are not secure for MAC usage, due to a certain type of DDos attack ...