summaryrefslogtreecommitdiffstats
path: root/Modules/blake2module.c
Commit message (Expand)AuthorAgeFilesLines
* gh-138342: Move _PyObject_VisitType() to the internal C API (#139734)Victor Stinner2025-10-081-2/+3
* gh-138342: Use a common utility for visiting an object's type (GH-138343)Peter Bierma2025-09-011-9/+2
* gh-131876: Revert "gh-131876: extract `_hashlib` helpers into a separate dire...Bénédikt Tran2025-08-011-5/+3
* gh-131876: extract `_hashlib` helpers into a separate directory (#136995)Bénédikt Tran2025-07-281-3/+5
* gh-135755: rename undocumented `HACL_CAN_COMPILE_SIMD{128,256}` macros (#135847)Bénédikt Tran2025-06-271-33/+33
* gh-135532: use `defining_class` for copying BLAKE-2 and SHA-3 objects (#135838)Bénédikt Tran2025-06-241-3/+5
* gh-135532: cleanup clinic `module` directives for cryptographic modules (#135...Bénédikt Tran2025-06-221-4/+8
* gh-135239: simpler use of mutexes in cryptographic modules (#135267)Bénédikt Tran2025-06-221-37/+20
* gh-135004: rewrite and cleanup `blake2module.c` (#135006)Bénédikt Tran2025-06-091-366/+359
* gh-134696: align OpenSSL and HACL*-based hash functions constructors AC signa...Bénédikt Tran2025-05-311-10/+20
* gh-132993: expose `HASHLIB_GIL_MINSIZE` to private extension modules (#132999)Bénédikt Tran2025-04-271-0/+2
* gh-131316: handle NULL values returned by HACL* functions (#131324)Bénédikt Tran2025-03-171-40/+102
* GH-131296: fix clang-cl warnings on Windows in blake2module.c (#131299)Chris Eibl2025-03-151-2/+2
* gh-111178: Change Argument Clinic signature for METH_O (#130682)Victor Stinner2025-03-111-2/+2
* gh-111178: fix UBSan failures in `Modules/{blake2,md5,sha1,sha2,sha3}module.c...Bénédikt Tran2025-01-271-10/+13
* gh-87138: convert blake2b/2s types to heap types (#127669)Bénédikt Tran2024-12-261-20/+69
* gh-126433: Fix compiler warnings on 32-bit Windows (#126444)Victor Stinner2024-11-051-3/+3
* gh-123748: Add conditional compilation rules for HACL SIMD256 and SIMD128 on ...Russell Keith-Magee2024-09-161-0/+10
* gh-123189: [`Modules/blake2module.c`]: Move function definitions and their us...Kirill Podoprigora2024-08-301-0/+8
* gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316)Jonathan Protzenko2024-08-131-0/+930