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 gregory.p.smith
Recipients Zooko.Wilcox-O'Hearn, christian.heimes, corona10, gregory.p.smith, jstasiak, kmaork, larry, lemburg, mgorny, oconnor663, xtreak
Date 2022-03-23.19:42:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648064556.72.0.0140653446963.issue39298@roundup.psfhosted.org>
In-reply-to
Content
Performance wise... The SHA series have hardware acceleration on modern CPUs and SoCs.  External libraries such as OpenSSL are in a position to provide implementations that make use of that. Same with the Linux Kernel CryptoAPI (https://bugs.python.org/issue47102).

Hardware accelerated SHAs are likely faster than blake3 single core. And certainly more efficient in terms of watt-secs/byte.
History
Date User Action Args
2022-03-23 19:42:36gregory.p.smithsetrecipients: + gregory.p.smith, lemburg, larry, christian.heimes, mgorny, Zooko.Wilcox-O'Hearn, jstasiak, oconnor663, corona10, xtreak, kmaork
2022-03-23 19:42:36gregory.p.smithsetmessageid: <1648064556.72.0.0140653446963.issue39298@roundup.psfhosted.org>
2022-03-23 19:42:36gregory.p.smithlinkissue39298 messages
2022-03-23 19:42:36gregory.p.smithcreate