mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-06 16:36:16 +08:00
Rewrite TLS 1.2 as a state machine
This commit is contained in:
@@ -226,7 +226,7 @@ typedef struct {
|
||||
LMS_PUBLIC_KEY lms_public_key;
|
||||
} HSS_PUBLIC_KEY;
|
||||
|
||||
#define HSS_PUBLIC_KEY_SIZE (4 + LMS_PUBLIC_KEY_SIZE)
|
||||
#define HSS_PUBLIC_KEY_SIZE (4 + LMS_PUBLIC_KEY_SIZE) // = 60 bytes
|
||||
|
||||
typedef struct HSS_KEY_st HSS_KEY;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user