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 Arfrever, alex, amaury.forgeotdarc, asvetlov, brett.cannon, chris.jerdonek, christian.heimes, serhiy.storchaka
Date 2012-12-10.14:40:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355150407.71.0.968958079234.issue16651@psf.upfronthosting.co.za>
In-reply-to
Content
All cryptographic hash function are available as pure Python implementations. Although the Python based variants are super slow (except maybe on PyPy), they still serve as an academic show case.

IIRC PyPy has pure Python implementations of MD5, SHA-1 and SHA-2 family.
History
Date User Action Args
2012-12-10 14:40:07christian.heimessetrecipients: + christian.heimes, brett.cannon, amaury.forgeotdarc, Arfrever, alex, asvetlov, chris.jerdonek, serhiy.storchaka
2012-12-10 14:40:07christian.heimessetmessageid: <1355150407.71.0.968958079234.issue16651@psf.upfronthosting.co.za>
2012-12-10 14:40:07christian.heimeslinkissue16651 messages
2012-12-10 14:40:07christian.heimescreate