bpo-40645: Implement HMAC in C (GH-20129)
The internal module ``_hashlib`` wraps and exposes OpenSSL's HMAC API. The new code will be used in Python 3.10 after the internal implementation details of the pure Python HMAC module are no longer part of the public API. The code is based on a patch by Petr Viktorin for RHEL and Python 3.6. Co-Authored-By: Petr Viktorin <encukou@gmail.com>
C
Christian Heimes committed
54f2898fe7e4ca1f239e96284af3cc5b34d2ae02
Parent: 4654500
Committed by GitHub <noreply@github.com>
on 5/17/2020, 11:49:10 AM