Add SM3 LMS/HSS hash-based post-quantum signatures

This commit is contained in:
Zhi Guan
2025-12-04 11:46:16 +08:00
parent 34fa519dc0
commit 6a51ca01dc
12 changed files with 3515 additions and 608 deletions

View File

@@ -18,8 +18,8 @@ extern "C" {
// Also update CPACK_PACKAGE_VERSION in CMakeLists.txt
#define GMSSL_VERSION_NUM 30102
#define GMSSL_VERSION_STR "GmSSL 3.1.2 Dev"
#define GMSSL_VERSION_NUM 30103
#define GMSSL_VERSION_STR "GmSSL 3.1.3 Dev"
int gmssl_version_num(void);
const char *gmssl_version_str(void);