[issue16113] Add SHA-3 and SHAKE (Keccak) support

Christian Heimes report at bugs.python.org
Fri May 6 17:12:14 EDT 2016


Christian Heimes added the comment:

This patch implements SHA-3 and SHAKE for Python 3.6. The algorithm is provided by a slightly modified copy of the Keccak Code Package. I had to replace C++ comments and perform some minor cleanups.

----------
stage: needs patch -> patch review
Added file: http://bugs.python.org/file42764/SHA3-and-SHAKE-support-for-Python.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16113>
_______________________________________


More information about the Python-bugs-list mailing list