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 Zooko.Wilcox-O'Hearn, alex, christian.heimes, dstufft, gregory.p.smith
Date 2016-04-20.17:24:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461173072.2.0.856049583165.issue26798@psf.upfronthosting.co.za>
In-reply-to
Content
First experimental version of blake2b and blake2s for Python 3.6:
https://github.com/tiran/cpython/commits/feature/blake2

The code is based on Dmitry Chestnykh's pyblake2 but modified to support argument clinic. I had to replace the macro magic with plain C code. The clinic is not able to deal with the macros. blake2s.c is auto-generated from blake2b.c
History
Date User Action Args
2016-04-20 17:24:32christian.heimessetrecipients: + christian.heimes, gregory.p.smith, alex, dstufft, Zooko.Wilcox-O'Hearn
2016-04-20 17:24:32christian.heimessetmessageid: <1461173072.2.0.856049583165.issue26798@psf.upfronthosting.co.za>
2016-04-20 17:24:32christian.heimeslinkissue26798 messages
2016-04-20 17:24:32christian.heimescreate