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-18.21:51:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461016269.92.0.0625937101201.issue26798@psf.upfronthosting.co.za>
In-reply-to
Content
BLAKE2 is under CC0 1.0 Universal, https://github.com/BLAKE2/libb2

OpenSSL 1.1.0 has no API to set salt, personal, digest length and key length (for keyed BLAKE2). I have asked Richard Salz and MJC if they'd accept a patch.

Or I could ask Dmitry Chestnykh if he is interested to submit his pyblake2 module to the stdlib. It's under CC0. It looks pretty good except for his macro tricks. I can cope. :)
History
Date User Action Args
2016-04-18 21:51:09christian.heimessetrecipients: + christian.heimes, gregory.p.smith, alex, dstufft, Zooko.Wilcox-O'Hearn
2016-04-18 21:51:09christian.heimessetmessageid: <1461016269.92.0.0625937101201.issue26798@psf.upfronthosting.co.za>
2016-04-18 21:51:09christian.heimeslinkissue26798 messages
2016-04-18 21:51:09christian.heimescreate