summaryrefslogtreecommitdiffstats
path: root/Modules/_sha3/keccak/KeccakF-1600-opt64.c
Commit message (Collapse)AuthorAgeFilesLines
* * Issue #16113: Remove sha3 module again.Martin v. Löwis2014-01-031-510/+0
| | | | Patch by Christian Heimes, with modifications.
* Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unifiedChristian Heimes2012-10-171-1/+1
| | | | endianess detection and handling.
* Keccak: fromBytesToWord() and fromWordToBytes() are required on 64bit big ↵Christian Heimes2012-10-131-4/+6
| | | | endian platforms
* 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 ↵Christian Heimes2012-10-061-0/+508
http://hg.python.org/sandbox/cheimes