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 alex
Recipients alex
Date 2014-04-19.00:49:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397868546.19.0.546105502788.issue21304@psf.upfronthosting.co.za>
In-reply-to
Content
Pursuant to PEP466, this is a backport of Python 3.4's hashlib.pbkdf2_hmac.

Of note in this patch:

* None of the utilities for testing both a python and a C implementation simultaneously were present, so this only tests whichever implementation is available.
* Due to a variety of API changes and missing APIs, the code is not an exact copy-paste, tough luck :-)
* I haven't done docs yet.
* It currently accepts unicode values because the ``y*`` format from Python3 doesn't have any parallel in Python2. I'm not sure whether consistency with the rest of the 2-verse is more important than consistency with a sane way to treat data / the 3-verse.
History
Date User Action Args
2014-04-19 00:49:06alexsetrecipients: + alex
2014-04-19 00:49:06alexsetmessageid: <1397868546.19.0.546105502788.issue21304@psf.upfronthosting.co.za>
2014-04-19 00:49:05alexlinkissue21304 messages
2014-04-19 00:49:05alexcreate