]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Adds stand alone _md5 and _sha1 modules for use by hashlib on systems
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 9 Sep 2007 06:44:34 +0000 (06:44 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 9 Sep 2007 06:44:34 +0000 (06:44 +0000)
commit2f21eb3a153ee09e333300a837be86a37cd22d28
tree3c4083816e9e35bff9798666344c72cadaf585a2
parentb3b4dbef206e8f045a3818448cc766c1c4ce1b7d
Adds stand alone _md5 and _sha1 modules for use by hashlib on systems
when the OpenSSL library is either not present or not found by setup.py.

These are derived from the public domain libtomcrypt (libtom.org) just like
the existing sha256 and sha512 modules.
Lib/hashlib.py
Modules/md5module.c [new file with mode: 0644]
Modules/sha1module.c [new file with mode: 0644]
Modules/sha256module.c
Modules/sha512module.c
setup.py