summaryrefslogtreecommitdiffstats
path: root/Modules/_sha3/sha3module.c
Commit message (Expand)AuthorAgeFilesLines
* Don't define PY_WITH_KECCAKChristian Heimes2016-09-211-2/+0
* sha3: let's keep it simple and always allocate enough extra space for uint64_...Christian Heimes2016-09-081-3/+2
* Issue #16113: SHA3: allocate extra memory for lane extraction and check retur...Christian Heimes2016-09-081-4/+12
* Issue #16113: KeccakP-1600-opt64 does not support big endian platforms yet.Christian Heimes2016-09-071-1/+4
* Issue #16113: Add SHA-3 and SHAKE support to hashlib module.Christian Heimes2016-09-071-0/+749
* * Issue #16113: Remove sha3 module again.Martin v. Löwis2014-01-031-593/+0
* Issue #18742: Expose the internal hash type object for ABCs.Christian Heimes2013-10-221-1/+9
* yet another WITH_THREADS typoChristian Heimes2013-07-311-1/+1
* Fix _sha3 module to actually release the GIL around its update function.Christian Heimes2013-07-311-1/+1
* Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() inChristian Heimes2013-01-031-0/+2
* Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unifiedChristian Heimes2012-10-171-5/+8
* Issue #16234: Modify sha3's block_size method to return NotImplemented.Christian Heimes2012-10-141-2/+6
* 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 compi...Christian Heimes2012-10-141-8/+14
* 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 http://hg.python.org/sandbo...Christian Heimes2012-10-061-0/+569