]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18775: Add name and block_size attribute to HMAC object. They now
authorChristian Heimes <christian@cheimes.de>
Wed, 20 Nov 2013 16:35:06 +0000 (17:35 +0100)
committerChristian Heimes <christian@cheimes.de>
Wed, 20 Nov 2013 16:35:06 +0000 (17:35 +0100)
commitc4ab11050d3efa7dd409a96d006435d282d5815e
tree6ac7ac7dc3936425fdaca8bcab19c39ebeb50612
parent634919a9fa1fffe3d36b13b4248f99508b5999ed
Issue #18775: Add name and block_size attribute to HMAC object. They now
provide the same API elements as non-keyed cryptographic hash functions.
Doc/library/hmac.rst
Lib/hmac.py
Lib/test/test_hmac.py
Misc/NEWS