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
ReSTify the NEWS entry.
  • Loading branch information
gpshead authored May 5, 2023
commit b15b524a00f71a59d25c4fd01d1c7acef13acb5e
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Upgrade built-in hashlib SHA3 implementation to a verified implementation
from the HACL* project.
Upgrade built-in :mod:`hashlib` SHA3 implementation to a verified implementation
from the ``HACL*`` project. Used when OpenSSL is not present or lacks SHA3.
0