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.

Author vstinner
Recipients Ramchandra Apte, christian.heimes, georg.brandl, pitrou, rhettinger, serhiy.storchaka, terry.reedy, vstinner
Date 2013-11-04.11:07:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383563254.23.0.741082415456.issue19251@psf.upfronthosting.co.za>
In-reply-to
Content
"You got me, Antoine! I'm working on a Python-only implementation of PBKDF2_HMAC. It involves XOR of two bytes in one place."

If you want super-fast code, you should probably reimplement it in C. Python is not designed for performances...
History
Date User Action Args
2013-11-04 11:07:34vstinnersetrecipients: + vstinner, georg.brandl, rhettinger, terry.reedy, pitrou, christian.heimes, Ramchandra Apte, serhiy.storchaka
2013-11-04 11:07:34vstinnersetmessageid: <1383563254.23.0.741082415456.issue19251@psf.upfronthosting.co.za>
2013-11-04 11:07:34vstinnerlinkissue19251 messages
2013-11-04 11:07:33vstinnercreate