summaryrefslogtreecommitdiffstats
path: root/Modules/_sha3/keccak/KeccakF-1600-opt64.c
Commit message (Expand)AuthorAgeFilesLines
* * Issue #16113: Remove sha3 module again.Martin v. Löwis2014-01-031-510/+0
* Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unifiedChristian Heimes2012-10-171-1/+1
* Keccak: fromBytesToWord() and fromWordToBytes() are required on 64bit big end...Christian Heimes2012-10-131-4/+6
* re-add brg_endian.h to debug issue in big endian SPARC machineChristian Heimes2012-10-071-1/+1
* Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbo...Christian Heimes2012-10-061-0/+508