]> granicus.if.org Git - python/commit
Fixes Issue 1385: The hmac module now computes the correct hmac when using
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 6 Nov 2007 00:19:03 +0000 (00:19 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 6 Nov 2007 00:19:03 +0000 (00:19 +0000)
commite1ac4f19301aa0a4d28fc25b91c71c477c37cb21
treef73016435d33c9db6aff9667061b79ff92057718
parent91f9429bc34aa8879fd65fcbcbe81b5e923fc8cb
Fixes Issue 1385: The hmac module now computes the correct hmac when using
hashes with a block size other than 64 bytes (such as sha384 and sha512).
Doc/library/hashlib.rst
Lib/hmac.py
Lib/test/test_hmac.py
Misc/NEWS