]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99108: Refresh HACL*; update modules accordingly; fix namespacing (GH-117237)
authorJonathan Protzenko <protz@microsoft.com>
Tue, 26 Mar 2024 00:35:26 +0000 (17:35 -0700)
committerGitHub <noreply@github.com>
Tue, 26 Mar 2024 00:35:26 +0000 (00:35 +0000)
commit872e212378ef86392069034afd80bb53896fd93d
tree418ee245b753c0df73ce4958f26f8455c7c81098
parent8945b7ff55b87d11c747af2dad0e3e4d631e62d6
gh-99108: Refresh HACL*; update modules accordingly; fix namespacing (GH-117237)

Pulls in a new update from https://github.com/hacl-star/hacl-star and fixes our C "namespacing" done by `Modules/_hacl/refresh.sh`.
23 files changed:
Misc/NEWS.d/next/Core and Builtins/2024-03-25-17-04-54.gh-issue-99108.8bjdO6.rst [new file with mode: 0644]
Misc/sbom.spdx.json
Modules/_hacl/Hacl_Hash_MD5.c
Modules/_hacl/Hacl_Hash_MD5.h
Modules/_hacl/Hacl_Hash_SHA1.c
Modules/_hacl/Hacl_Hash_SHA1.h
Modules/_hacl/Hacl_Hash_SHA2.c
Modules/_hacl/Hacl_Hash_SHA2.h
Modules/_hacl/Hacl_Hash_SHA3.c
Modules/_hacl/Hacl_Hash_SHA3.h
Modules/_hacl/include/krml/FStar_UInt128_Verified.h
Modules/_hacl/include/krml/FStar_UInt_8_16_32_64.h
Modules/_hacl/include/krml/internal/target.h
Modules/_hacl/internal/Hacl_Hash_MD5.h
Modules/_hacl/internal/Hacl_Hash_SHA1.h
Modules/_hacl/internal/Hacl_Hash_SHA2.h
Modules/_hacl/internal/Hacl_Hash_SHA3.h
Modules/_hacl/python_hacl_namespaces.h
Modules/_hacl/refresh.sh
Modules/md5module.c
Modules/sha1module.c
Modules/sha2module.c
Modules/sha3module.c