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.

classification
Title: Update code taken from Keccak Code Package
Type: enhancement Stage: patch review
Components: Extension Modules Versions: Python 3.10
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: christian.heimes, illia-v
Priority: normal Keywords: patch

Created on 2021-02-20 17:49 by illia-v, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 24601 closed illia-v, 2021-02-20 18:05
Messages (2)
msg387422 - (view) Author: Illia Volochii (illia-v) * Date: 2021-02-20 17:49
There were some updates to the Keccak package (https://github.com/XKCP/XKCP) since it was integrated in CPython initially.

I will submit a pull request soon
msg387424 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2021-02-20 18:39
Please hold off. Once PEP 644 gets accepted, I'm going to remove our copy of Keccak and _sha3 module entirely.
History
Date User Action Args
2022-04-11 14:59:41adminsetgithub: 87445
2021-02-20 18:39:57christian.heimessetmessages: + msg387424
2021-02-20 18:05:33illia-vsetkeywords: + patch
stage: patch review
pull_requests: + pull_request23379
2021-02-20 17:49:15illia-vcreate