]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-99108: Make vectorized versions of Blake2 available on x86, too (#125244)
authorJonathan Protzenko <protz@microsoft.com>
Thu, 17 Oct 2024 15:08:43 +0000 (08:08 -0700)
committerGitHub <noreply@github.com>
Thu, 17 Oct 2024 15:08:43 +0000 (15:08 +0000)
commit528bbab96feadbfabb798547e5bb2ad52070fb73
tree8f63cbdec7d10080edf6936f9527a62401903e44
parent0d88b995a641315306d56fba7d07479b2c5f57ef
GH-99108: Make vectorized versions of Blake2 available on x86, too (#125244)

Accomplished by updating HACL* vendored code from hacl-star/hacl-star@a6a09496d9cff652b567d26f2c3ab012321b632a to hacl-star/hacl-star@315a9e491d2bc347b9dae99e0ea506995ea84d9d

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Zachary Ware <zach@python.org>
12 files changed:
Misc/sbom.spdx.json
Modules/_hacl/Hacl_Hash_Blake2b.c
Modules/_hacl/Hacl_Hash_Blake2b_Simd256.c
Modules/_hacl/Hacl_Hash_Blake2s.c
Modules/_hacl/Hacl_Hash_Blake2s_Simd128.c
Modules/_hacl/include/krml/FStar_UInt128_Verified.h
Modules/_hacl/include/krml/FStar_UInt_8_16_32_64.h
Modules/_hacl/include/krml/fstar_uint128_struct_endianness.h
Modules/_hacl/include/krml/internal/target.h
Modules/_hacl/include/krml/lowstar_endianness.h
Modules/_hacl/libintvector.h
Modules/_hacl/refresh.sh