Improve Python tree-shaking

This commit is contained in:
Justine Tunney 2021-09-06 19:24:10 -07:00
parent 5bb2275788
commit 4f41f2184d
169 changed files with 4182 additions and 2411 deletions

View file

@ -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 */