summaryrefslogtreecommitdiff
path: root/Modules/_sha3
Commit message (Expand)AuthorAgeFilesLines
* Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE whereverSerhiy Storchaka2017-01-231-2/+1
* Run Argument Clinic: METH_VARARGS=>METH_FASTCALLVictor Stinner2017-01-171-1/+1
* Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywordsVictor Stinner2017-01-171-2/+2
* Don't define PY_WITH_KECCAKChristian Heimes2016-09-211-2/+0
* Issue #27810: Regenerate Argument Clinic.Serhiy Storchaka2016-09-111-7/+7
* clinic: PY_LONG_LONG -> long longBenjamin Peterson2016-09-081-10/+16
* 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: one more C90 violation in big endian code.Christian Heimes2016-09-071-1/+1
* Issue #16113: take 2 on big endian machines.Christian Heimes2016-09-071-9/+11
* 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-0720-0/+6299