From c4ef0e5cd28ebb92ca555c444cd12fcc57a96f30 Mon Sep 17 00:00:00 2001 From: Peter Torelli Date: Mon, 16 Feb 2026 13:44:33 -0800 Subject: [PATCH] Update .cyignore Also need to ignore MLDSA and MLKEM Intel assembly source files. --- .cyignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cyignore b/.cyignore index f6802239d2..8069725b48 100644 --- a/.cyignore +++ b/.cyignore @@ -27,6 +27,8 @@ $(SEARCH_wolfssl)/wolfcrypt/src/sm3_asm.S $(SEARCH_wolfssl)/wolfcrypt/src/sp_x86_64_asm.S $(SEARCH_wolfssl)/wolfcrypt/src/sp_sm2_x86_64_asm.S $(SEARCH_wolfssl)/wolfcrypt/src/wc_kyber_asm.S +$(SEARCH_wolfssl)/wolfcrypt/src/wc_mldsa_asm.S +$(SEARCH_wolfssl)/wolfcrypt/src/wc_mlkem_asm.S $(SEARCH_wolfssl)/wolfcrypt/src/port/arm/armv8-32-aes-asm.S $(SEARCH_wolfssl)/wolfcrypt/src/port/arm/armv8-32-curve25519.S