[Python-Dev] request for code review - hashlib - patch #1121611
Gregory P. Smith
greg at electricrain.com
Mon Aug 15 05:34:49 CEST 2005
https://sourceforge.net/tracker/index.php?func=detail&aid=1121611&group_id=5470&atid=305470
This is the hashlib module that speeds up python's md5 and sha1
support by using openssl (when available) as well as adding sha224/256
+ sha384/512 support (plus anything openssl provides).
I believe it is complete and ready to commit (hashlib-009.patch), any
objections?
compiled docs in html are here for easy perusal:
http://electricrain.com/greg/hashlib-py25-doc/
thanks,
greg
More information about the Python-Dev
mailing list