Merge pull request #1906 from rayklaus/fix-xmss-type-error

修复 tool_pqc — XMSS 类型名错误
This commit is contained in:
Zhi Guan
2026-06-30 10:22:55 +08:00
committed by GitHub

View File

@@ -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)