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 Arfrever, asvetlov, bjornedstrom, christian.heimes, dstufft, englabenny, ezio.melotti, gregory.p.smith, haakon, habnabit, jcea, larry, loewis, markk, pitrou, python-dev, sbt, spatz, tim.peters, vstinner
Date 2016-05-06.21:11:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462569134.66.0.129894227986.issue16113@psf.upfronthosting.co.za>
In-reply-to
Content
This patch implements SHA-3 and SHAKE for Python 3.6. The algorithm is provided by a slightly modified copy of the Keccak Code Package. I had to replace C++ comments and perform some minor cleanups.
History
Date User Action Args
2016-05-06 21:12:14christian.heimessetrecipients: + christian.heimes, tim.peters, loewis, gregory.p.smith, jcea, pitrou, vstinner, larry, habnabit, ezio.melotti, spatz, Arfrever, asvetlov, englabenny, python-dev, sbt, bjornedstrom, dstufft, markk, haakon
2016-05-06 21:12:14christian.heimessetmessageid: <1462569134.66.0.129894227986.issue16113@psf.upfronthosting.co.za>
2016-05-06 21:12:14christian.heimeslinkissue16113 messages
2016-05-06 21:12:14christian.heimescreate