[issue47098] sha3: Replace Keccak Code Package with tiny_sha3

2022-03-28 Thread Christian Heimes
Change by Christian Heimes : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue47098] sha3: Replace Keccak Code Package with tiny_sha3

2022-03-26 Thread Illia Volochii
Change by Illia Volochii : -- pull_requests: +30216 pull_request: https://github.com/python/cpython/pull/24601 ___ Python tracker ___

[issue47098] sha3: Replace Keccak Code Package with tiny_sha3

2022-03-26 Thread Illia Volochii
Change by Illia Volochii : -- nosy: +illia-v nosy_count: 2.0 -> 3.0 pull_requests: +30215 pull_request: https://github.com/python/cpython/pull/28768 ___ Python tracker ___

[issue47098] sha3: Replace Keccak Code Package with tiny_sha3

2022-03-26 Thread Christian Heimes
Christian Heimes added the comment: New changeset 5fd8c574e016aec85725ddc5ced8742267b0e1b3 by Christian Heimes in branch 'main': bpo-47098: Replace Keccak Code Package with tiny_sha3 (GH-32060) https://github.com/python/cpython/commit/5fd8c574e016aec85725ddc5ced8742267b0e1b3 --

[issue47098] sha3: Replace Keccak Code Package with tiny_sha3

2022-03-23 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +30161 stage: -> patch review pull_request: https://github.com/python/cpython/pull/32060 ___ Python tracker

[issue47098] sha3: Replace Keccak Code Package with tiny_sha3

2022-03-23 Thread Christian Heimes
New submission from Christian Heimes : The Keccak Code Package (kcp) provides the reference implementation for SHA3 and SHAKE hashing algorithms. CPython has vendored a copy of KCP since I added SHA3 in 3.6. CPython 3.10 and newer require OpenSSL >= 1.1.1, which provide an optimized