Message391355
An update a year later: I have a proof-of-concept branch that adds BLAKE3 support to hashlib: https://github.com/oconnor663/cpython/tree/blake3. That branch is API compatible with the current master branch of https://github.com/oconnor663/blake3-py. Both that module and the upstream BLAKE3 repo are ready to be tagged 1.0, just waiting to see whether any integrations like this one end up requesting changes.
Would anyone be interested in moving ahead with this? One of the open questions would be whether CPython would vendor the BLAKE3 optimized assembly files, or whether we'd prefer to stick to C intrinsics. |
|
Date |
User |
Action |
Args |
2021-04-19 03:44:15 | oconnor663 | set | recipients:
+ oconnor663, larry, christian.heimes, Zooko.Wilcox-O'Hearn, jstasiak, corona10, xtreak, kmaork |
2021-04-19 03:44:15 | oconnor663 | set | messageid: <1618803855.39.0.520127653381.issue39298@roundup.psfhosted.org> |
2021-04-19 03:44:15 | oconnor663 | link | issue39298 messages |
2021-04-19 03:44:15 | oconnor663 | create | |
|