mirror of
https://github.com/python/cpython.git
synced 2026-01-01 04:53:46 +00:00
The `Modules/hashlib.h` helper file is now removed and split into multiple files: * `Modules/_hashlib/hashlib_buffer.[ch]` -- Utilities for getting a buffer view and handling buffer inputs. * `Modules/_hashlib/hashlib_fetch.h` -- Utilities used when fetching a message digest from a digest-like identifier. Currently, this file only contains common error messages as the fetching API is not yet implemented. * `Modules/_hashlib/hashlib_mutex.h` -- Utilities for managing the lock on cryptographic hash objects. |
||
|---|---|---|
| .. | ||
| hashlib_buffer.c | ||
| hashlib_buffer.h | ||
| hashlib_fetch.h | ||
| hashlib_mutex.h | ||