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, mgorny, oconnor663, xtreak
Date 2022-03-22.22:05:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647986736.71.0.520806667567.issue39298@roundup.psfhosted.org>
In-reply-to
Content
correction: our md5/sha1/sha2/sha3 code is not gone yet, but they are simple C implementations used as a fallback when the provider of optimal versions are unavailable (openssl for those).  That keeps the copies of code in our tree simple and most people use the optimal library version.
History
Date User Action Args
2022-03-22 22:05:36gregory.p.smithsetrecipients: + gregory.p.smith, larry, christian.heimes, mgorny, Zooko.Wilcox-O'Hearn, jstasiak, oconnor663, corona10, xtreak, kmaork
2022-03-22 22:05:36gregory.p.smithsetmessageid: <1647986736.71.0.520806667567.issue39298@roundup.psfhosted.org>
2022-03-22 22:05:36gregory.p.smithlinkissue39298 messages
2022-03-22 22:05:36gregory.p.smithcreate