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, christian.heimes, corona10, gregory.p.smith, jstasiak, kmaork, larry, lemburg, mgorny, oconnor663, xtreak
Date 2022-03-24.15:45:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648136744.32.0.119362581501.issue39298@roundup.psfhosted.org>
In-reply-to
Content
sha1 should be considered broken anyway and sha256 does not perform well on 64bit systems. Truncated sha512 (sha512-256) typically performs 40% faster than sha256 on X86_64. It should get you close to the performance of BLAKE3 SSE4.1 on your system.
History
Date User Action Args
2022-03-24 15:45:44christian.heimessetrecipients: + christian.heimes, lemburg, gregory.p.smith, larry, mgorny, Zooko.Wilcox-O'Hearn, jstasiak, oconnor663, corona10, xtreak, kmaork
2022-03-24 15:45:44christian.heimessetmessageid: <1648136744.32.0.119362581501.issue39298@roundup.psfhosted.org>
2022-03-24 15:45:44christian.heimeslinkissue39298 messages
2022-03-24 15:45:44christian.heimescreate