Staging
v0.5.1
https://github.com/python/cpython
Revision 8085f742f4adfbc85f13fc734dfab036aa23acfb authored by Zackery Spytz on 28 November 2020, 14:27:28 UTC, committed by GitHub on 28 November 2020, 14:27:28 UTC
1 parent 5b0194e
Raw File
Tip revision: 8085f742f4adfbc85f13fc734dfab036aa23acfb authored by Zackery Spytz on 28 November 2020, 14:27:28 UTC
bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21925)
Tip revision: 8085f74
README.txt
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.

back to top