summaryrefslogtreecommitdiffstats
path: root/Modules/_sha3/sha3module.c
Commit message (Collapse)AuthorAgeFilesLines
* Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unifiedChristian Heimes2012-10-171-5/+8
| | | | endianess detection and handling.
* Issue #16234: Modify sha3's block_size method to return NotImplemented.Christian Heimes2012-10-141-2/+6
| | | | This makes the sha3 types unusable from the hmac module. HMAC-SHA3 hasn't been specified yet.
* Update comment: SPARC requires proper alignmentChristian Heimes2012-10-141-1/+2
|
* get 64bit platforms without uint64 right againChristian Heimes2012-10-141-3/+5
|
* Force 32bit Keccak implementation on SPARC. It look like the Solaris CC ↵Christian Heimes2012-10-141-8/+14
| | | | compiler doesn't like the address alignment.
* brg_endian.h is back againChristian Heimes2012-10-071-1/+0
|
* re-add brg_endian.h to debug issue in big endian SPARC machineChristian Heimes2012-10-071-1/+2
|
* remove #warning from sha3module.cChristian Heimes2012-10-061-1/+0
|
* fix possible memory leak, dealloc newobjChristian Heimes2012-10-061-2/+1
|
* Issue #16113: integrade SHA-3 (Keccak) patch from ↵Christian Heimes2012-10-061-0/+569
http://hg.python.org/sandbox/cheimes