summaryrefslogtreecommitdiffstats
path: root/Modules/blake2module.c
Commit message (Expand)AuthorAgeFilesLines
* [3.14] gh-135755: rename undocumented `HACL_CAN_COMPILE_SIMD{128,256}` macros...Bénédikt Tran2025-06-281-38/+38
* [3.14] gh-134696: align OpenSSL and HACL*-based hash functions constructors A...Bénédikt Tran2025-06-011-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