mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Pulls in a new update from https://github.com/hacl-star/hacl-star and fixes our C "namespacing" done by `Modules/_hacl/refresh.sh`.
6 lines
320 B
ReStructuredText
6 lines
320 B
ReStructuredText
Updated the :mod:`hashlib` built-in `HACL\* project`_ C code from upstream
|
|
that we use for many implementations when they are not present via OpenSSL
|
|
in a given build. This also avoids the rare potential for a C symbol name
|
|
one definition rule linking issue.
|
|
|
|
.. _HACL\* project: https://github.com/hacl-star/hacl-star
|