We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0a7625 + c4ef0e5 commit 40bb3e7Copy full SHA for 40bb3e7
.cyignore
@@ -7,6 +7,7 @@ $(SEARCH_wolfssl)/mplabx
7
$(SEARCH_wolfssl)/mqx
8
$(SEARCH_wolfssl)/tirtos
9
$(SEARCH_wolfssl)/tests
10
+$(SEARCH_wolfssl)/sslSniffer
11
$(SEARCH_wolfssl)/testsuite
12
$(SEARCH_wolfssl)/wolfcrypt/src/port/autosar
13
$(SEARCH_wolfssl)/zephyr
@@ -26,6 +27,8 @@ $(SEARCH_wolfssl)/wolfcrypt/src/sm3_asm.S
26
27
$(SEARCH_wolfssl)/wolfcrypt/src/sp_x86_64_asm.S
28
$(SEARCH_wolfssl)/wolfcrypt/src/sp_sm2_x86_64_asm.S
29
$(SEARCH_wolfssl)/wolfcrypt/src/wc_kyber_asm.S
30
+$(SEARCH_wolfssl)/wolfcrypt/src/wc_mldsa_asm.S
31
+$(SEARCH_wolfssl)/wolfcrypt/src/wc_mlkem_asm.S
32
33
$(SEARCH_wolfssl)/wolfcrypt/src/port/arm/armv8-32-aes-asm.S
34
$(SEARCH_wolfssl)/wolfcrypt/src/port/arm/armv8-32-curve25519.S
0 commit comments