Message263853
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 |
|
Date |
User |
Action |
Args |
2016-04-20 17:24:32 | christian.heimes | set | recipients:
+ christian.heimes, gregory.p.smith, alex, dstufft, Zooko.Wilcox-O'Hearn |
2016-04-20 17:24:32 | christian.heimes | set | messageid: <1461173072.2.0.856049583165.issue26798@psf.upfronthosting.co.za> |
2016-04-20 17:24:32 | christian.heimes | link | issue26798 messages |
2016-04-20 17:24:32 | christian.heimes | create | |
|