cpython/Modules/_blake2
Victor Stinner bbe7497c5a
bpo-45434: Remove pystrhex.h header file (GH-28923)
Move Include/pystrhex.h to Include/internal/pycore_strhex.h.
The header file only contains private functions.

The following C extensions are now built with Py_BUILD_CORE_MODULE
macro defined to get access to the internal C API:

* _blake2
* _hashopenssl
* _md5
* _sha1
* _sha3
* _ssl
* binascii
2021-10-13 15:22:35 +02:00
..
clinic
impl
blake2b2s.py
blake2b_impl.c bpo-45434: Remove pystrhex.h header file (GH-28923) 2021-10-13 15:22:35 +02:00
blake2module.c
blake2ns.h
blake2s_impl.c bpo-45434: Remove pystrhex.h header file (GH-28923) 2021-10-13 15:22:35 +02:00