cpython/Lib/test/support
Bénédikt Tran 0a97427ee5
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.
2025-04-04 19:04:00 +02:00
..
_hypothesis_stubs
interpreters
__init__.py gh-111178: Skip test_perf_profiler on function sanitizer (#132020) 2025-04-02 18:46:10 +02:00
ast_helper.py
asynchat.py
asyncore.py
bytecode_helper.py
hashlib_helper.py gh-99108: Implement HACL* HMAC (#130157) 2025-04-04 19:04:00 +02:00
hypothesis_helper.py
i18n_helper.py
import_helper.py
logging_helper.py
numbers.py gh-128770: raise warnings as errors in test suite - except for test_socket which still logs warnings, and internal test warnings that are now logged (#128973) 2025-03-27 21:06:52 +02:00
os_helper.py gh-128770: raise warnings as errors in test suite - except for test_socket which still logs warnings, and internal test warnings that are now logged (#128973) 2025-03-27 21:06:52 +02:00
pty_helper.py
refleak_helper.py
script_helper.py
smtpd.py
socket_helper.py
strace_helper.py gh-127747: Resolve BytesWarning in test.support.strace_helper (#127849) 2024-12-13 23:36:47 -08:00
testcase.py
threading_helper.py
venv.py gh-131152: Remove unused imports from tests (#131153) 2025-03-13 10:55:23 +01:00
warnings_helper.py