COMMITS
/ Modules/_sha3/sha3module.c September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
September 21, 2016
C
Don't define PY_WITH_KECCAK
Christian Heimes committed
September 8, 2016
C
sha3: let's keep it simple and always allocate enough extra space for uint64_t[20].
Christian Heimes committed
C
Issue #16113: SHA3: allocate extra memory for lane extraction and check return value of PyModule_Create()
Christian Heimes committed
September 7, 2016
C
Issue #16113: KeccakP-1600-opt64 does not support big endian platforms yet.
Christian Heimes committed
C
Issue #16113: Add SHA-3 and SHAKE support to hashlib module.
Christian Heimes committed
January 3, 2014
M
* Issue #16113: Remove sha3 module again.
Martin v. Löwis committed
October 22, 2013
C
Issue #18742: Expose the internal hash type object for ABCs.
Christian Heimes committed
July 31, 2013
C
yet another WITH_THREADS typo
Christian Heimes committed
C
Fix _sha3 module to actually release the GIL around its update function.
Christian Heimes committed
January 3, 2013
C
Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in
Christian Heimes committed
October 17, 2012
C
Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified
Christian Heimes committed
October 14, 2012
C
Issue #16234: Modify sha3's block_size method to return NotImplemented.
Christian Heimes committed
C
Update comment: SPARC requires proper alignment
Christian Heimes committed
C
get 64bit platforms without uint64 right again
Christian Heimes committed
October 7, 2012
C
brg_endian.h is back again
Christian Heimes committed
C
re-add brg_endian.h to debug issue in big endian SPARC machine
Christian Heimes committed
October 6, 2012
C
remove #warning from sha3module.c
Christian Heimes committed
C
fix possible memory leak, dealloc newobj
Christian Heimes committed
C
Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes
Christian Heimes committed