Update XMSS

This commit is contained in:
Zhi Guan
2026-01-04 18:37:01 +08:00
parent 456945781d
commit 65be2ce54b
8 changed files with 726 additions and 101 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014-2025 The GmSSL Project. All Rights Reserved.
* Copyright 2014-2026 The GmSSL Project. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the License); you may
* not use this file except in compliance with the License.
@@ -156,7 +156,7 @@ bad:
goto end;
}
if (verbose) {
xmss_signature_print(stderr, 0, 0, "lms_signature", sig, siglen);
xmss_signature_print(stderr, 0, 0, "xmss_signature", sig, siglen);
}
ret = 0;