Bug report Bug description: When configuring Python with e.g. --with-builtin-hashlib-hashes=blake2 to build only the blake2 builtin hash module, the _hmac module is still unconditionally built and ...
This library contains a pure-Python implementation of the HMAC-based key derivation function (HKDF) as specified in RFC 5869. The order and names of arguments within the function signatures in this ...