From 8a5dec35ffd46f7e38a770cae390e32a142502c8 Mon Sep 17 00:00:00 2001 From: linleiyong Date: Mon, 29 Jun 2026 12:59:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20tool=5Fpqc=20=E2=80=94=20X?= =?UTF-8?q?MSS=20=E7=B1=BB=E5=9E=8B=E5=90=8D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmake/tool_pqc.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/tool_pqc.cmake b/cmake/tool_pqc.cmake index e449e59a..4038a4fb 100644 --- a/cmake/tool_pqc.cmake +++ b/cmake/tool_pqc.cmake @@ -21,9 +21,9 @@ endif() if(ENABLE_XMSS) gmssl_signature_roundtrip(tool_xmss xmsskeygen xmsssign xmssverify - KEYGEN_ARGS -xmss_type XMSS_SHA2_10_256) + KEYGEN_ARGS -xmss_type XMSS_SM3_10_256) gmssl_signature_roundtrip(tool_xmssmt xmssmtkeygen xmssmtsign xmssmtverify - KEYGEN_ARGS -xmssmt_type XMSSMT_SHA2_20_2_256) + KEYGEN_ARGS -xmssmt_type XMSSMT_SM3_20_2_256) endif() if(ENABLE_SPHINCS)