]> granicus.if.org Git - python/commit
Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes
authorChristian Heimes <christian@cheimes.de>
Sat, 6 Oct 2012 00:23:36 +0000 (02:23 +0200)
committerChristian Heimes <christian@cheimes.de>
Sat, 6 Oct 2012 00:23:36 +0000 (02:23 +0200)
commit4a0270d82bfd782c89a8ae2b869102dafb81ffea
tree5bd4262a7a42e94493aa4a0fdf7cdd32185f3a44
parent8c6db45d3e8a20cabe50f93b2bbc33b0040af5a3
Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes
30 files changed:
Doc/library/hashlib.rst
Doc/license.rst
Doc/whatsnew/3.4.rst
Lib/hashlib.py
Lib/test/test_hashlib.py
Modules/_hashopenssl.c
Modules/_sha3/cleanup.py [new file with mode: 0755]
Modules/_sha3/keccak/KeccakF-1600-32-rvk.macros [new file with mode: 0644]
Modules/_sha3/keccak/KeccakF-1600-32-s1.macros [new file with mode: 0644]
Modules/_sha3/keccak/KeccakF-1600-32-s2.macros [new file with mode: 0644]
Modules/_sha3/keccak/KeccakF-1600-32.macros [new file with mode: 0644]
Modules/_sha3/keccak/KeccakF-1600-64.macros [new file with mode: 0644]
Modules/_sha3/keccak/KeccakF-1600-int-set.h [new file with mode: 0644]
Modules/_sha3/keccak/KeccakF-1600-interface.h [new file with mode: 0644]
Modules/_sha3/keccak/KeccakF-1600-opt32-settings.h [new file with mode: 0644]
Modules/_sha3/keccak/KeccakF-1600-opt32.c [new file with mode: 0644]
Modules/_sha3/keccak/KeccakF-1600-opt64-settings.h [new file with mode: 0644]
Modules/_sha3/keccak/KeccakF-1600-opt64.c [new file with mode: 0644]
Modules/_sha3/keccak/KeccakF-1600-simd128.macros [new file with mode: 0644]
Modules/_sha3/keccak/KeccakF-1600-simd64.macros [new file with mode: 0644]
Modules/_sha3/keccak/KeccakF-1600-unrolling.macros [new file with mode: 0644]
Modules/_sha3/keccak/KeccakF-1600-xop.macros [new file with mode: 0644]
Modules/_sha3/keccak/KeccakNISTInterface.c [new file with mode: 0644]
Modules/_sha3/keccak/KeccakNISTInterface.h [new file with mode: 0644]
Modules/_sha3/keccak/KeccakSponge.c [new file with mode: 0644]
Modules/_sha3/keccak/KeccakSponge.h [new file with mode: 0644]
Modules/_sha3/keccak/crypto_hash.h [new file with mode: 0644]
Modules/_sha3/sha3module.c [new file with mode: 0644]
Modules/hashlib.h
setup.py