commit | 7707f6fd328ebdad65671323aaed294d5a0fe1db | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Sun Oct 14 22:16:27 2012 +0200 |
committer | Christian Heimes <christian@cheimes.de> | Sun Oct 14 22:16:27 2012 +0200 |
tree | 03faa9eef235eb30d344c3f04cced065ecf6aaf2 | |
parent | 11dc6c311dc9f8b01fa6a27e1bcdee4c4394d7a2 [diff] |
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.