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 christian.heimes, gregory.p.smith
Date 2022-03-22.22:30:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647988209.56.0.273624867742.issue47095@roundup.psfhosted.org>
In-reply-to
Content
In the short term we should prefer libb2 linkage when available.

As for deprecation, it'd be useful to research how often the options going away are used in code in PyPI packages and in Github repos to understand the deprecation impact.

The PyPI landscape for blake2 modules is not great because we've had it in hashlib for a while. One of those, or a new one, would need to be created by someone who needs the non openssl features.

ultimate goal: simplify what's in Modules/_blake2/impl/ if it cannot be removed. Use an external library for the implementation when possible (and in all our binary releases. Those are better maintained to take advantage of performance or hw features over time.
History
Date User Action Args
2022-03-22 22:30:09gregory.p.smithsetrecipients: + gregory.p.smith, christian.heimes
2022-03-22 22:30:09gregory.p.smithsetmessageid: <1647988209.56.0.273624867742.issue47095@roundup.psfhosted.org>
2022-03-22 22:30:09gregory.p.smithlinkissue47095 messages
2022-03-22 22:30:09gregory.p.smithcreate