This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, ezio.melotti, jcea
Date 2012-10-03.17:06:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349284009.76.0.569957108645.issue16113@psf.upfronthosting.co.za>
In-reply-to
Content
I've done some experiments with the reference implementation and adopted code of sha1module.c for sha3: https://bitbucket.org/tiran/pykeccak

So far the code just compiles (64bit only) but doesn't work properly yet. I may need to move away from the NIST interface and use the sponge interface directly.
History
Date User Action Args
2012-10-03 17:06:49christian.heimessetrecipients: + christian.heimes, jcea, ezio.melotti
2012-10-03 17:06:49christian.heimessetmessageid: <1349284009.76.0.569957108645.issue16113@psf.upfronthosting.co.za>
2012-10-03 17:06:49christian.heimeslinkissue16113 messages
2012-10-03 17:06:49christian.heimescreate