]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC
authorChristian Heimes <christian@cheimes.de>
Sat, 19 Oct 2013 12:12:02 +0000 (14:12 +0200)
committerChristian Heimes <christian@cheimes.de>
Sat, 19 Oct 2013 12:12:02 +0000 (14:12 +0200)
commit3626a505dbffc5539888bfdb596dc20560f0d2a1
treebc612b09b26216a1db2a248490887b4b7a191574
parenta412f763b36250cc8c9c521a7c9a7e3a2a3ba58c
Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC
Doc/library/hashlib.rst
Lib/hashlib.py
Lib/test/test_hashlib.py
Misc/NEWS