Closed GoogleCodeExporter closed 9 years ago
CityHash was not designed to be universal or near-universal. In this regard it
is like Murmur, Spooky, and most other hash functions that people typically
use. If you are concerned about attackers causing hash collisions you should
select a near-universal hash (e.g., VHASH) or you should avoid data structures
and algorithms that cause unacceptable behavior when there are a large number
of hash collisions.
Original comment by gp...@google.com
on 20 Jun 2013 at 10:12
Original issue reported on code.google.com by
Al3xBio
on 3 Dec 2012 at 10:40