8000 gh-99108: Initial import of HACL-SHA3 into Python by msprotz · Pull Request #103597 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-99108: Initial import of HACL-SHA3 into Python #103597

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 15 commits into from
May 8, 2023
Merged
Prev Previous commit
Next Next commit
Fix C analyzer
  • Loading branch information
msprotz committed Apr 17, 2023
commit 48df880f1d1bf3cc9b5df9d453d5dd34c31b8037
1 change: 1 addition & 0 deletions Tools/c-analyzer/cpython/_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def clean_lines(text):
Modules/md5module.c Modules/_hacl/include
Modules/sha1module.c Modules/_hacl/include
Modules/sha2module.c Modules/_hacl/include
Modules/sha3module.c Modules/_hacl/include
Objects/stringlib/*.h Objects

# possible system-installed headers, just in case
Expand Down
0