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 alex, aronacher, christian.heimes, dstufft, egbutter, gregory.p.smith, yselivanov
Date 2018-01-03.17:48:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515001696.87.0.467229070634.issue21288@psf.upfronthosting.co.za>
In-reply-to
Content
I'm working on a hashing algorith v2.0 PEP. New hashing constructors and modules will have an allow_optimization flag and oid attribute. Once finalized and implemented, hashlib.pbkdf2_hmac() will support digestmod and digest constructors that have allow_optimization=True and a valid OID class / module attributes.
History
Date User Action Args
2018-01-03 17:48:17christian.heimessetrecipients: + christian.heimes, gregory.p.smith, aronacher, alex, yselivanov, dstufft, egbutter
2018-01-03 17:48:16christian.heimessetmessageid: <1515001696.87.0.467229070634.issue21288@psf.upfronthosting.co.za>
2018-01-03 17:48:16christian.heimeslinkissue21288 messages
2018-01-03 17:48:16christian.heimescreate