summaryrefslogtreecommitdiffstats
path: root/Modules/hmacmodule.c
Commit message (Expand)AuthorAgeFilesLines
* gh-116946: remove unnecessary gc from immutable types (#139073)Sergey Miryanov2025-10-011-9/+3
* gh-138342: Use a common utility for visiting an object's type (GH-138343)Peter Bierma2025-09-011-8/+1
* GH-137623: Use an AC decorator for docstring line length enforcement (#137690)Adam Turner2025-08-181-1/+3
* 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-136968: fortify macro usage in cryptographic modules (#136973)Bénédikt Tran2025-07-281-43/+63
* gh-136787: improve exception messages for invalid hash algorithms (#136802)Bénédikt Tran2025-07-201-1/+1
* gh-135755: rename undocumented `HACL_CAN_COMPILE_SIMD{128,256}` macros (#135847)Bénédikt Tran2025-06-271-10/+11
* gh-135239: simpler use of mutexes in cryptographic modules (#135267)Bénédikt Tran2025-06-221-224/+64
* gh-135532: simplify handling of HACL* errors in `_hmac` (#135740)Bénédikt Tran2025-06-201-24/+21
* gh-135561: ensure that the GIL is held when handling an HACL* error in `_hmac...Bénédikt Tran2025-06-191-8/+13
* gh-135004: rewrite and cleanup `blake2module.c` (#135006)Bénédikt Tran2025-06-091-2/+2
* gh-133061: do not mention `UINT32_MAX` in HMAC user-facing messages (#133062)Bénédikt Tran2025-04-271-33/+46
* gh-132993: expose `HASHLIB_GIL_MINSIZE` to private extension modules (#132999)Bénédikt Tran2025-04-271-0/+17
* gh-99108: add support for SIMD-accelerated HMAC-BLAKE2 (#132120)Bénédikt Tran2025-04-071-4/+75
* gh-99108: Implement HACL* HMAC (#130157)Bénédikt Tran2025-04-041-0/+1758