[issue16113] SHA-3 (Keccak) support may need to be removed before 3.4

Christian Heimes report at bugs.python.org
Thu Jan 2 21:52:23 CET 2014


Christian Heimes added the comment:

I have created a backport of the sha3 for Python 2.6 to 3.3 about an year ago. It's on PyPI: https://pypi.python.org/pypi/pysha3 . I'm planing to update the code with SHAKE256 and SHAKE512 support soonish, too.

I have very high confidence that NIST is neither going to change the parameters or padding for SHA3 nor is NIST going to deviate from the original Keccak proposal. In case you still prefer to remove SHA3 I suggest that we stick to GPS' plan and wait until RC1.

The attached patch removes all code and documentation for SHA3.

----------
Added file: http://bugs.python.org/file33298/remove_sha3.patch

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


More information about the Python-bugs-list mailing list