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.

作者 christian.heimes
收信人 bjornedstrom, christian.heimes, ezio.melotti, jcea
日期 2012-10-04.10:16:46
SpamBayes Score -1.0
Marked as misclassified
Message-id <1349345807.1.0.0906843993041.issue16113@psf.upfronthosting.co.za>
In-reply-to
内容
Hello Björn,

thanks for the information. Your package didn't turn up on Google when I started with my experiment. Perhaps it's too new?

Your code and mine have lots of similarities. I was amused when I saw that you had the same issue with the block size attribute. At first I set it to 200 (1600 / 8) but eventually I didn't implement it.

My code does everything in C with a separate constructor for each flavor of SHA-3. It's compatible to Python 2.6 to 3.4 and uses the optimized code for 32 and 64bit platforms.

Oh, and my code is now working properly. Feel free to review the module. I'll upload the test code later.
历史
日期 用户 动作 参数
2012-10-04 10:16:47christian.heimes修改recipients: + christian.heimes, jcea, ezio.melotti, bjornedstrom
2012-10-04 10:16:47christian.heimes修改messageid: <1349345807.1.0.0906843993041.issue16113@psf.upfronthosting.co.za>
2012-10-04 10:16:47christian.heimes链接issue16113 messages
2012-10-04 10:16:46christian.heimes创建