]> granicus.if.org Git - python/commit
Issue #16234: Modify sha3's block_size method to return NotImplemented.
authorChristian Heimes <christian@cheimes.de>
Sun, 14 Oct 2012 20:16:27 +0000 (22:16 +0200)
committerChristian Heimes <christian@cheimes.de>
Sun, 14 Oct 2012 20:16:27 +0000 (22:16 +0200)
commit7707f6fd328ebdad65671323aaed294d5a0fe1db
tree03faa9eef235eb30d344c3f04cced065ecf6aaf2
parent11dc6c311dc9f8b01fa6a27e1bcdee4c4394d7a2
Issue #16234: Modify sha3's block_size method to return NotImplemented.
This makes the sha3 types unusable from the hmac module. HMAC-SHA3 hasn't been specified yet.
Modules/_sha3/sha3module.c