summaryrefslogtreecommitdiffstats
path: root/Modules/sha1module.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Adds stand alone _md5 and _sha1 modules for use by hashlib on systemsGregory P. Smith2007-09-091-0/+537
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.