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
/
blake2module.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-138342: Move _PyObject_VisitType() to the internal C API (#139734)
Victor Stinner
2025-10-08
1
-2/+3
*
gh-138342: Use a common utility for visiting an object's type (GH-138343)
Peter Bierma
2025-09-01
1
-9/+2
*
gh-131876: Revert "gh-131876: extract `_hashlib` helpers into a separate dire...
Bénédikt Tran
2025-08-01
1
-5/+3
*
gh-131876: extract `_hashlib` helpers into a separate directory (#136995)
Bénédikt Tran
2025-07-28
1
-3/+5
*
gh-135755: rename undocumented `HACL_CAN_COMPILE_SIMD{128,256}` macros (#135847)
Bénédikt Tran
2025-06-27
1
-33/+33
*
gh-135532: use `defining_class` for copying BLAKE-2 and SHA-3 objects (#135838)
Bénédikt Tran
2025-06-24
1
-3/+5
*
gh-135532: cleanup clinic `module` directives for cryptographic modules (#135...
Bénédikt Tran
2025-06-22
1
-4/+8
*
gh-135239: simpler use of mutexes in cryptographic modules (#135267)
Bénédikt Tran
2025-06-22
1
-37/+20
*
gh-135004: rewrite and cleanup `blake2module.c` (#135006)
Bénédikt Tran
2025-06-09
1
-366/+359
*
gh-134696: align OpenSSL and HACL*-based hash functions constructors AC signa...
Bénédikt Tran
2025-05-31
1
-10/+20
*
gh-132993: expose `HASHLIB_GIL_MINSIZE` to private extension modules (#132999)
Bénédikt Tran
2025-04-27
1
-0/+2
*
gh-131316: handle NULL values returned by HACL* functions (#131324)
Bénédikt Tran
2025-03-17
1
-40/+102
*
GH-131296: fix clang-cl warnings on Windows in blake2module.c (#131299)
Chris Eibl
2025-03-15
1
-2/+2
*
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Victor Stinner
2025-03-11
1
-2/+2
*
gh-111178: fix UBSan failures in `Modules/{blake2,md5,sha1,sha2,sha3}module.c...
Bénédikt Tran
2025-01-27
1
-10/+13
*
gh-87138: convert blake2b/2s types to heap types (#127669)
Bénédikt Tran
2024-12-26
1
-20/+69
*
gh-126433: Fix compiler warnings on 32-bit Windows (#126444)
Victor Stinner
2024-11-05
1
-3/+3
*
gh-123748: Add conditional compilation rules for HACL SIMD256 and SIMD128 on ...
Russell Keith-Magee
2024-09-16
1
-0/+10
*
gh-123189: [`Modules/blake2module.c`]: Move function definitions and their us...
Kirill Podoprigora
2024-08-30
1
-0/+8
*
gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316)
Jonathan Protzenko
2024-08-13
1
-0/+930