diff options
author | Bénédikt Tran <10796600+picnixz@users.noreply.github.com> | 2025-04-04 17:04:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-04 17:04:00 (GMT) |
commit | 0a97427ee5287e3e6d1d3393a03480ab83abfe90 (patch) | |
tree | 2cabc96ef1cd7d6168ce15f06ade1d8d0636d473 /Python/remote_debugging.c | |
parent | 7099c75550c55050ac160cfe3519d49f2ef0c675 (diff) | |
download | cpython-0a97427ee5287e3e6d1d3393a03480ab83abfe90.zip cpython-0a97427ee5287e3e6d1d3393a03480ab83abfe90.tar.gz cpython-0a97427ee5287e3e6d1d3393a03480ab83abfe90.tar.bz2 |
gh-99108: Implement HACL* HMAC (#130157)
A new extension module, `_hmac`, now exposes the HACL* HMAC (formally verified) implementation.
The HACL* implementation is used as a fallback implementation when the OpenSSL implementation of HMAC
is not available or disabled. For now, only named hash algorithms are recognized and SIMD support provided
by HACL* for the BLAKE2 hash functions is not yet used.
Diffstat (limited to 'Python/remote_debugging.c')
0 files changed, 0 insertions, 0 deletions