cosmopolitan/third_party/python/Modules/_sha3
Justine Tunney d26d7ae0e4 Perform build and magnum tuning
Building o//third_party/python now takes 5 seconds on my PC

This change works towards modifying Python to use runtime dispatching
when appropriate. For example, when loading the magnums in the socket
module, it's a good idea to check if the magnum is zero, because that
means the local system platform doesn't support it.
2021-08-10 10:26:13 -07:00
..
clinic Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
kcp Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
cleanup.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
README.txt python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
sha3module.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00

Keccak Code Package
===================

The files in kcp are taken from the Keccak Code Package. They have been
slightly to be C89 compatible. The architecture specific header file
KeccakP-1600-SnP.h ha been renamed to KeccakP-1600-SnP-opt32.h or
KeccakP-1600-SnP-opt64.h.

The 64bit files were generated with generic64lc/libkeccak.a.pack target, the
32bit files with generic32lc/libkeccak.a.pack.