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 <rep...@bugs.python.org>
<http://bugs.python.org/issue16113>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to