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 gregory.p.smith
Recipients bjornedstrom, christian.heimes, ezio.melotti, gregory.p.smith, jcea, pitrou
Date 2012-10-05.21:40:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349473214.46.0.148154413245.issue16113@psf.upfronthosting.co.za>
In-reply-to
Content
don't worry about optimization settings in python itself for now.  the canonical optimized version will be in a future openssl version.  now that it has been declared the standard it will get a *lot* more attention in the next few years.

as it is, we _may_ want to replace this reference implementation with one from libtomcrypt in the future when it gets around to implementing it just so that the code for all of our bundled hash functions comes from the same place.
History
Date User Action Args
2012-10-05 21:40:14gregory.p.smithsetrecipients: + gregory.p.smith, jcea, pitrou, christian.heimes, ezio.melotti, bjornedstrom
2012-10-05 21:40:14gregory.p.smithsetmessageid: <1349473214.46.0.148154413245.issue16113@psf.upfronthosting.co.za>
2012-10-05 21:40:14gregory.p.smithlinkissue16113 messages
2012-10-05 21:40:13gregory.p.smithcreate