Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e7d4b2f205c711d056bea73a0093e2e2b200544b
/
Modules
/
_sha3
f1d36d8
bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346)
by Serhiy Storchaka
· 6 years ago
a5552f0
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
by Serhiy Storchaka
· 7 years ago
a6a4dc8
bpo-31370: Remove support for threads-less builds (#3385)
by Antoine Pitrou
· 7 years ago
6969eaf
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
by Serhiy Storchaka
· 7 years ago
228b12e
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
by Serhiy Storchaka
· 8 years ago
259f0e4
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
by Victor Stinner
· 8 years ago
3e1fad6
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
by Victor Stinner
· 8 years ago
b00e00c
Don't define PY_WITH_KECCAK
by Christian Heimes
· 8 years ago
ec406fe
Issue #27810: Regenerate Argument Clinic.
by Serhiy Storchaka
· 8 years ago
cc85449
clinic: PY_LONG_LONG -> long long
by Benjamin Peterson
· 8 years ago
c71ec8a
sha3: let's keep it simple and always allocate enough extra space for uint64_t[20].
by Christian Heimes
· 8 years ago
cf45ee1
Issue #16113: SHA3: allocate extra memory for lane extraction and check return value of PyModule_Create()
by Christian Heimes
· 8 years ago
eaa3f5f
Issue #16113: one more C90 violation in big endian code.
by Christian Heimes
· 8 years ago
fa15c85
Issue #16113: take 2 on big endian machines.
by Christian Heimes
· 8 years ago
b205fe9
Issue #16113: KeccakP-1600-opt64 does not support big endian platforms yet.
by Christian Heimes
· 8 years ago
6fe2a75
Issue #16113: Add SHA-3 and SHAKE support to hashlib module.
by Christian Heimes
· 8 years ago
24e4330
* Issue #16113: Remove sha3 module again.
by Martin v. Löwis
· 11 years ago
7f4bf9f
Issue #19520: Fix (the last!) compiler warning on 32bit Windows, in _sha3
by Zachary Ware
· 11 years ago
327dd73
Issue #18742: Expose the internal hash type object for ABCs.
by Christian Heimes
· 11 years ago
0ce642e
yet another WITH_THREADS typo
by Christian Heimes
· 11 years ago
6ffa5ce
Fix _sha3 module to actually release the GIL around its update function.
by Christian Heimes
· 11 years ago
75e923f
Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in
by Christian Heimes
· 12 years ago
743e0cd
Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified
by Christian Heimes
· 12 years ago
7707f6f
Issue #16234: Modify sha3's block_size method to return NotImplemented.
by Christian Heimes
· 12 years ago
1f47650
Update comment: SPARC requires proper alignment
by Christian Heimes
· 12 years ago
12e6a53
get 64bit platforms without uint64 right again
by Christian Heimes
· 12 years ago
784fde7
Force 32bit Keccak implementation on SPARC. It look like the Solaris CC compiler doesn't like the address alignment.
by Christian Heimes
· 12 years ago
ba3e4a0
Keccak: fromBytesToWord() and fromWordToBytes() are required on 64bit big endian platforms
by Christian Heimes
· 12 years ago
8836eef
brg_endian.h is back again
by Christian Heimes
· 12 years ago
dbc573f
re-add brg_endian.h to debug issue in big endian SPARC machine
by Christian Heimes
· 12 years ago
2649105
remove #warning from sha3module.c
by Christian Heimes
· 12 years ago
c018f57
fix possible memory leak, dealloc newobj
by Christian Heimes
· 12 years ago
4a0270d
Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes
by Christian Heimes
· 12 years ago