Skip to content

gh-131876: extract _hashlib helpers into a separate directory #136995

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jul 28, 2025
Prev Previous commit
Next Next commit
amend comments
  • Loading branch information
picnixz committed Jul 28, 2025
commit 06d2c87e7144de356570e5076d22417a57a3c0fe
45 changes: 1 addition & 44 deletions Modules/_hashlib/hashlib_fetch.h
Original file line number Diff line number Diff line change
@@ -1,48 +1,5 @@
/*
* Interface for fetching a message digest from a digest-like identifier.
*
* The following table summaries the possible algorthms:
*
* +----------+--------------+--------------+---------------------------------+
* | Family | Algorithm | Python Name | Notes |
* +==========+==============+==============+=================================+
* | MD @ |
* | +--------------+--------------+---------------------------------+
* | | MD5 | "md5" | |
* +----------+--------------+--------------+---------------------------------+
* | SHA1 @ |
* | +--------------+--------------+---------------------------------+
* | | SHA1-160 | "sha1" | |
* +----------+--------------+--------------+---------------------------------+
* | SHA2 @ |
* | +--------------+--------------+---------------------------------+
* | | SHA2-224 | "sha224" | |
* | | SHA2-256 | "sha256" | |
* | | SHA2-384 | "sha384" | |
* | | SHA2-512 | "sha512" | |
* +----------+--------------+--------------+---------------------------------+
* | SHA2t @ Truncated SHA2-512 |
* | +--------------+--------------+---------------------------------+
* | | SHA2-512/224 | "sha512_224" | |
* | | SHA2-512/256 | "sha512_256" | |
* +----------+--------------+--------------+---------------------------------+
* | SHA3 @ |
* | +--------------+--------------+---------------------------------+
* | | SHA3-224 | "sha3_224" | |
* | | SHA3-256 | "sha3_256" | |
* | | SHA3-384 | "sha3_384" | |
* | | SHA3-512 | "sha3_512" | |
* +----------+--------------+--------------+---------------------------------+
* | SHA3-XOF @ Extensible Output Functions |
* | +--------------+--------------+---------------------------------+
* | | SHAKE-128 | "shake_128" | |
* | | SHAKE-256 | "shake_256" | |
* +----------+--------------+--------------+---------------------------------+
* | BLAKE2 @ |
* | +--------------+--------------+---------------------------------+
* | | BLAKE2b | "blake2b" | |
* | | BLAKE2s | "blake2s" | |
* +----------+--------------+--------------+---------------------------------+
* Utilities used when fetching a message digest from a digest-like identifier.
*/

#ifndef _HASHLIB_HASHLIB_FETCH_H
Expand Down
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy