mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-04 11:42:28 +00:00
Improve Python tree-shaking
This commit is contained in:
parent
5bb2275788
commit
4f41f2184d
169 changed files with 4182 additions and 2411 deletions
4
third_party/python/Modules/sha256module.c
vendored
4
third_party/python/Modules/sha256module.c
vendored
|
@ -20,6 +20,10 @@
|
|||
/* clang-format off */
|
||||
|
||||
PYTHON_PROVIDE("_sha256");
|
||||
PYTHON_PROVIDE("_sha256.SHA224Type");
|
||||
PYTHON_PROVIDE("_sha256.SHA256Type");
|
||||
PYTHON_PROVIDE("_sha256.sha224");
|
||||
PYTHON_PROVIDE("_sha256.sha256");
|
||||
|
||||
/* This module provides an interface to NIST's SHA-256 and SHA-224 Algorithms */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue