mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
0a97427ee5
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.
Miscellaneous source files for the main Python shared library