Am 04.10.2012 12:49, schrieb Dirkjan Ochtman:
> On Thu, Oct 4, 2012 at 12:32 PM, Christian Heimes <christ...@python.org> 
> wrote:
>> Two days ago NIST announced the SHA-3 contest winner. My wrapper of
>> keccak https://bitbucket.org/tiran/pykeccak/ is almost ready and just
>> needs some cleanup and more tests. Once it's done I'll remove the Python
>> 3.2 and 2.x compatibility code and integrate it into 3.4.
> 
> See also https://github.com/bjornedstrom/python-sha3.

Björn began his implementation about the same time I made my first
experiments. He even ran into the same issue with block_size. I've
compared his code with my code in ticket http://bugs.python.org/issue16113 .

Summary: My code works with Python 3.x (tested with 3.2 and 3.3) and
doesn't require additional Python subclasses. Björns code has better
unit tests as I haven't committed the test suite yet.


_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to