We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9062d commit 927d80bCopy full SHA for 927d80b
cpython-unix/extension-modules.yml
@@ -427,17 +427,12 @@ _sha2:
427
minimum-python-version: "3.12"
428
sources:
429
- sha2module.c
430
+ - _hacl/Hacl_Hash_SHA2.c
431
includes:
432
- Modules/_hacl/include
- - Modules/_hacl/internal
433
defines:
434
- _BSD_SOURCE
435
- _DEFAULT_SOURCE
436
- links:
437
- # Use the colon syntax to prevent the library dependency from getting
438
- # recorded in JSON metadata. This relies on setting up a linker library
439
- # path (-L) in LDFLAGS.
440
- - ":libHacl_Hash_SHA2.a"
441
442
_sha3:
443
sources-conditional:
0 commit comments