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 Mariatta, christian.heimes, gregory.p.smith, gvanas
Date 2020-02-04.01:00:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580778029.15.0.501803358141.issue39539@roundup.psfhosted.org>
In-reply-to
Content
Christian added the SHA3 support so is probably best to comment on this. The way our hashlib code is structured we always use the https://github.com/python/cpython/tree/master/Modules/_sha3 implementation rather than OpenSSL for these algorithms due to the better functionality of that Keccak code.  So at first glance it should be reasonably straightforward to update it to accept an optional suffix constructor argument.

PR welcome.
History
Date User Action Args
2020-02-04 01:00:29gregory.p.smithsetrecipients: + gregory.p.smith, christian.heimes, Mariatta, gvanas
2020-02-04 01:00:29gregory.p.smithsetmessageid: <1580778029.15.0.501803358141.issue39539@roundup.psfhosted.org>
2020-02-04 01:00:29gregory.p.smithlinkissue39539 messages
2020-02-04 01:00:29gregory.p.smithcreate