]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130213: update hacl_star_rev to 322f6d58290e0ed7f4ecb84fcce12917aa0f594b (GH-130960)
authorChris Eibl <138194463+chris-eibl@users.noreply.github.com>
Sat, 15 Mar 2025 17:42:27 +0000 (18:42 +0100)
committerGitHub <noreply@github.com>
Sat, 15 Mar 2025 17:42:27 +0000 (10:42 -0700)
commit0ce056d26552363c4b3d01fbcadd6569cd5eb5e7
tree6109e7e3c3b81594145e8281541c281038045c0e
parent7ae9c5dd25cccfc4e44fae6c6974ab9f32c5e985
gh-130213: update hacl_star_rev to 322f6d58290e0ed7f4ecb84fcce12917aa0f594b (GH-130960)

Updates the HACL* implementation used by hashlib from upstream sources.
40 files changed:
Makefile.pre.in
Misc/NEWS.d/next/Build/2025-03-11-19-06-50.gh-issue-130213._eQr0g.rst [new file with mode: 0644]
Misc/sbom.spdx.json
Modules/_hacl/Hacl_Hash_Blake2b.c
Modules/_hacl/Hacl_Hash_Blake2b.h
Modules/_hacl/Hacl_Hash_Blake2b_Simd256.c
Modules/_hacl/Hacl_Hash_Blake2b_Simd256.h
Modules/_hacl/Hacl_Hash_Blake2s.c
Modules/_hacl/Hacl_Hash_Blake2s.h
Modules/_hacl/Hacl_Hash_Blake2s_Simd128.c
Modules/_hacl/Hacl_Hash_Blake2s_Simd128.h
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/Hacl_Streaming_Types.h
Modules/_hacl/Lib_Memzero0.c
Modules/_hacl/include/krml/FStar_UInt128_Verified.h
Modules/_hacl/include/krml/FStar_UInt_8_16_32_64.h
Modules/_hacl/include/krml/internal/compat.h [new file with mode: 0644]
Modules/_hacl/include/krml/internal/target.h
Modules/_hacl/include/krml/internal/types.h [new file with mode: 0644]
Modules/_hacl/include/krml/types.h [deleted file]
Modules/_hacl/internal/Hacl_Hash_Blake2b.h
Modules/_hacl/internal/Hacl_Hash_Blake2b_Simd256.h
Modules/_hacl/internal/Hacl_Hash_Blake2s.h
Modules/_hacl/internal/Hacl_Hash_Blake2s_Simd128.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/internal/Hacl_Impl_Blake2_Constants.h
Modules/_hacl/internal/Hacl_Streaming_Types.h [new file with mode: 0644]
Modules/_hacl/libintvector.h
Modules/_hacl/refresh.sh
PCbuild/pythoncore.vcxproj