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