This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Unsupported provider

Author christian.heimes
Recipients Arfrever, Giovanni.Bajo, PaulMcMillan, Vlado.Boza, alex, arigo, benjamin.peterson, camara, christian.heimes, dmalcolm, koniiiik, lemburg, mark.dickinson, sbermeister, serhiy.storchaka, vstinner
Date 2012-11-08.22:10:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352412604.67.0.862605538531.issue14621@psf.upfronthosting.co.za>
In-reply-to
Content
I considered MurMur a year ago, too. Nowadays I don't think it's an option anymore. JPA and DJB have released a C++ program that is able to generate lots of collisions:

https://www.131002.net/siphash/
C++ program to find universal (key-independent) multicollisions for MurmurHash3
History
Date User Action Args
2012-11-08 22:10:04christian.heimessetrecipients: + christian.heimes, lemburg, arigo, mark.dickinson, vstinner, benjamin.peterson, Arfrever, alex, dmalcolm, Giovanni.Bajo, PaulMcMillan, serhiy.storchaka, Vlado.Boza, koniiiik, sbermeister, camara
2012-11-08 22:10:04christian.heimessetmessageid: <1352412604.67.0.862605538531.issue14621@psf.upfronthosting.co.za>
2012-11-08 22:10:04christian.heimeslinkissue14621 messages
2012-11-08 22:10:04christian.heimescreate