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 dstufft
Recipients Zooko.Wilcox-O'Hearn, alex, dstufft
Date 2016-04-18.18:49:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461005361.49.0.0882661043783.issue26798@psf.upfronthosting.co.za>
In-reply-to
Content
> Right now all the hashlib algorithms are backed by OpenSSL.

As far as I know, hashlib ships it's own implementations of anything that is a guaranteed algorithms (currently md5, sha1, and sha2, presumably sha3 too once that gets added).

So I guess one question is whether we want to guarantee the existence of blake2 or not.
History
Date User Action Args
2016-04-18 18:49:21dstufftsetrecipients: + dstufft, alex, Zooko.Wilcox-O'Hearn
2016-04-18 18:49:21dstufftsetmessageid: <1461005361.49.0.0882661043783.issue26798@psf.upfronthosting.co.za>
2016-04-18 18:49:21dstufftlinkissue26798 messages
2016-04-18 18:49:21dstufftcreate