]> granicus.if.org Git - python/commit
Issue #27928: Add scrypt (password-based key derivation function) to hashlib module...
authorChristian Heimes <christian@python.org>
Tue, 6 Sep 2016 18:22:28 +0000 (20:22 +0200)
committerChristian Heimes <christian@python.org>
Tue, 6 Sep 2016 18:22:28 +0000 (20:22 +0200)
commit39093e9e6836b98dc67979e4e888e4bc639caa07
treec5be5c5ad31e520580ca9f30d019c47cebb66886
parentac041c0aa721e2672dfb684562b08ad5465b76b1
Issue #27928: Add scrypt (password-based key derivation function) to hashlib module (requires OpenSSL 1.1.0).
Doc/library/hashlib.rst
Lib/hashlib.py
Lib/test/test_hashlib.py
Misc/NEWS
Modules/_hashopenssl.c
Modules/clinic/_hashopenssl.c.h [new file with mode: 0644]