index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_sha3
/
sha3module.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-46670: Fix #ifdef in sha3module.c (GH-31180)
Victor Stinner
2022-02-07
1
-1/+3
*
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Christian Heimes
2021-10-22
1
-0/+4
*
bpo-45434: Remove pystrhex.h header file (GH-28923)
Victor Stinner
2021-10-13
1
-1/+1
*
bpo-36515: Disable unaligned memory access in _sha3 on ARM (GH-25927)
Gregory P. Smith
2021-05-05
1
-0/+5
*
bpo-43908: Mark ssl, hash, and hmac types as immutable (GH-25792)
Christian Heimes
2021-05-02
1
-1/+1
*
bpo-43362: Fix invalid free and return check in _sha3 module (GH-25463)
Christian Heimes
2021-04-18
1
-3/+9
*
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner
2020-12-01
1
-1/+1
*
bpo-1635741: Port _sha3 module to multi-phase init (GH-21855)
Mohamed Koubaa
2020-09-02
1
-136/+193
*
bpo-40302: Replace PY_INT64_T with int64_t (GH-19573)
Victor Stinner
2020-04-17
1
-3/+3
*
bpo-39573: Add Py_SET_TYPE() function (GH-18394)
Victor Stinner
2020-02-07
1
-1/+1
*
bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044)
Christian Heimes
2019-09-13
1
-19/+22
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-2/+2
*
bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9...
Serhiy Storchaka
2018-10-11
1
-0/+4
*
Fix misleading mentions of tp_size in comments (GH-9093)
Peter Eisentraut
2018-09-10
1
-1/+1
*
bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346)
Serhiy Storchaka
2018-07-31
1
-34/+38
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-14/+0
*
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-2/+1
*
Don't define PY_WITH_KECCAK
Christian Heimes
2016-09-21
1
-2/+0
*
sha3: let's keep it simple and always allocate enough extra space for uint64_...
Christian Heimes
2016-09-08
1
-3/+2
*
Issue #16113: SHA3: allocate extra memory for lane extraction and check retur...
Christian Heimes
2016-09-08
1
-4/+12
*
Issue #16113: KeccakP-1600-opt64 does not support big endian platforms yet.
Christian Heimes
2016-09-07
1
-1/+4
*
Issue #16113: Add SHA-3 and SHAKE support to hashlib module.
Christian Heimes
2016-09-07
1
-0/+749
*
* Issue #16113: Remove sha3 module again.
Martin v. Löwis
2014-01-03
1
-593/+0
*
Issue #18742: Expose the internal hash type object for ABCs.
Christian Heimes
2013-10-22
1
-1/+9
*
yet another WITH_THREADS typo
Christian Heimes
2013-07-31
1
-1/+1
*
Fix _sha3 module to actually release the GIL around its update function.
Christian Heimes
2013-07-31
1
-1/+1
*
Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in
Christian Heimes
2013-01-03
1
-0/+2
*
Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified
Christian Heimes
2012-10-17
1
-5/+8
*
Issue #16234: Modify sha3's block_size method to return NotImplemented.
Christian Heimes
2012-10-14
1
-2/+6
*
Update comment: SPARC requires proper alignment
Christian Heimes
2012-10-14
1
-1/+2
*
get 64bit platforms without uint64 right again
Christian Heimes
2012-10-14
1
-3/+5
*
Force 32bit Keccak implementation on SPARC. It look like the Solaris CC compi...
Christian Heimes
2012-10-14
1
-8/+14
*
brg_endian.h is back again
Christian Heimes
2012-10-07
1
-1/+0
*
re-add brg_endian.h to debug issue in big endian SPARC machine
Christian Heimes
2012-10-07
1
-1/+2
*
remove #warning from sha3module.c
Christian Heimes
2012-10-06
1
-1/+0
*
fix possible memory leak, dealloc newobj
Christian Heimes
2012-10-06
1
-2/+1
*
Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbo...
Christian Heimes
2012-10-06
1
-0/+569