mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-130213: update hacl_star_rev to 322f6d58290e0ed7f4ecb84fcce12917aa0f594b (GH-130960)
Updates the HACL* implementation used by hashlib from upstream sources.
This commit is contained in:
parent
7ae9c5dd25
commit
0ce056d265
40 changed files with 2899 additions and 1072 deletions
|
|
@ -669,9 +669,10 @@ LIBHACL_HEADERS= \
|
|||
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/compat.h \
|
||||
Modules/_hacl/include/krml/internal/target.h \
|
||||
Modules/_hacl/include/krml/internal/types.h \
|
||||
Modules/_hacl/include/krml/lowstar_endianness.h \
|
||||
Modules/_hacl/include/krml/types.h \
|
||||
Modules/_hacl/Hacl_Streaming_Types.h \
|
||||
Modules/_hacl/python_hacl_namespaces.h
|
||||
|
||||
|
|
@ -690,6 +691,7 @@ LIBHACL_BLAKE2_HEADERS= \
|
|||
Modules/_hacl/internal/Hacl_Impl_Blake2_Constants.h \
|
||||
Modules/_hacl/internal/Hacl_Hash_Blake2s_Simd128.h \
|
||||
Modules/_hacl/internal/Hacl_Hash_Blake2b_Simd256.h \
|
||||
Modules/_hacl/internal/Hacl_Streaming_Types.h \
|
||||
$(LIBHACL_HEADERS)
|
||||
|
||||
#########################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue