Jeroen Demeyer <[email protected]> added the comment:

> I know of no such hash functions short of crypto-strength ones.

Being crypto-strength and having few collisions statistically are different 
properties.

For non-crypto hash functions it's typically very easy to generate collisions 
once you know the parameters (which are called the "key" for crypto hash 
functions). But I think that you shouldn't be able to produce a large number of 
collisions if you don't know the parameters in advance.

----------

_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue34751>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to