Adds stand alone _md5 and _sha1 modules for use by hashlib on systems · pythoncapi/cpython@2f21eb3 · GitHub
Skip to content

Commit 2f21eb3

Browse files
committed
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.
1 parent b3b4dbe commit 2f21eb3

6 files changed

Lines changed: 1118 additions & 16 deletions

File tree

Lib/hashlib.py

Lines changed: 11 additions & 12 deletions

0 commit comments

Comments
 (0)