gh-99108: Implement HACL* HMAC by picnixz · Pull Request #130157 · python/cpython
Bot
mentioned this pull request
picnixz
deleted the
feat/hmac/hacl-99108
branch
picnixz added a commit to picnixz/cpython that referenced this pull request
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.
zanieb added a commit to astral-sh/python-build-standalone that referenced this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters