Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add hacl2 files to sha256module in Modules/Setup
  • Loading branch information
asottile committed Feb 11, 2023
commit 415e34de6a7b773bb504e8b94a0e56666a3b4c4f
2 changes: 1 addition & 1 deletion Modules/Setup
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ PYTHONPATH=$(COREPYTHONPATH)
#_blake2 _blake2/blake2module.c _blake2/blake2b_impl.c _blake2/blake2s_impl.c
#_md5 md5module.c
#_sha1 sha1module.c
#_sha256 sha256module.c
#_sha256 sha256module.c _hacl/Hacl_Streaming_SHA2.c
#_sha512 sha512module.c
#_sha3 _sha3/sha3module.c

Expand Down