Christian Heimes added the comment:

HMAC-SHA3 hasn't been standardized yet. I'm not even sure their will be an 
official HMAC-SHA3 standard anytime soon. Keccak uses a sponge design that 
isn't vulnerable to length extension attacks like Merkle–Damgård based hashing 
algorithms (MD5, SHA-1, SHA-2).

My standalone package now contains some experimental code and tests based on 
http://www.di-mgt.com.au/hmac_sha3_testvectors.html .

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16234>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to