Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
clinic/ | 12-May-2024 | - | 168 | 132 | ||
kcp/ | 12-May-2024 | - | 5,359 | 4,606 | ||
README.txt | D | 12-May-2024 | 400 | 12 | 8 | |
cleanup.py | D | 12-May-2024 | 1.4 KiB | 51 | 31 | |
sha3module.c | D | 12-May-2024 | 24.7 KiB | 822 | 582 |
README.txt
1Keccak Code Package 2=================== 3 4The files in kcp are taken from the Keccak Code Package. They have been 5slightly to be C89 compatible. The architecture specific header file 6KeccakP-1600-SnP.h ha been renamed to KeccakP-1600-SnP-opt32.h or 7KeccakP-1600-SnP-opt64.h. 8 9The 64bit files were generated with generic64lc/libkeccak.a.pack target, the 1032bit files with generic32lc/libkeccak.a.pack. 11 12