summaryrefslogtreecommitdiff
path: root/Modules/_sha3/sha3module.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE whereverSerhiy Storchaka2017-01-231-2/+1
* 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