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 christian.heimes
Recipients christian.heimes, georg.brandl, pitrou, serhiy.storchaka
Date 2013-10-13.21:10:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381698641.5.0.0908527610442.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.

Serhiy, I'm not going to turn Python into Perl. I merely like to provide a simple and well defined feature with existing syntax. I propose bitwise ops only between bytes and bytearrays of equal size. Everything else like unequal size, bitwise ops between integers and bytes etc. are out of the question.
History
Date User Action Args
2013-10-13 21:10:41christian.heimessetrecipients: + christian.heimes, georg.brandl, pitrou, serhiy.storchaka
2013-10-13 21:10:41christian.heimessetmessageid: <1381698641.5.0.0908527610442.issue19251@psf.upfronthosting.co.za>
2013-10-13 21:10:41christian.heimeslinkissue19251 messages
2013-10-13 21:10:41christian.heimescreate