diff options
author | Christian Heimes <christian@cheimes.de> | 2013-10-12 22:52:43 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-10-12 22:52:43 (GMT) |
commit | e92ef13b0add24cff6b3eba2f0b52a7833195a8c (patch) | |
tree | 8ff77db5dc84b7b87ceafe5e5bc0da56e431315a /Misc | |
parent | 3892419a7a8321bef27262b0d8f0a22305830ce5 (diff) | |
download | cpython-e92ef13b0add24cff6b3eba2f0b52a7833195a8c.zip cpython-e92ef13b0add24cff6b3eba2f0b52a7833195a8c.tar.gz cpython-e92ef13b0add24cff6b3eba2f0b52a7833195a8c.tar.bz2 |
Issue #18582: Add 'pbkdf2_hmac' to the hashlib module.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -42,6 +42,9 @@ Core and Builtins Library ------- +- Issue #18582: Add 'pbkdf2_hmac' to the hashlib module. It implements PKCS#5 + password-based key derivation functions with HMAC as pseudorandom function. + - Issue #19131: The aifc module now correctly reads and writes sampwidth of compressed streams. |