|
Embedded SDK
Embedded SDK
|
Public Attributes | |
| uint8_t | prefix [2U+255U+MLDSA_PREHASH_OID_LEN] |
| size_t | prefix_len |
| const uint8_t * | payload |
| size_t | payload_len |
Format structure of M' = 0x01 (1b)|| context_len (1b) || context (255b) || OID || PH_M. (FIPS 204, Section 5.4)
Definition at line 76 of file cx_mldsa.c.
| const uint8_t* MLDSA_formatted_message_s::payload |
Pre-hash PH_M
Definition at line 80 of file cx_mldsa.c.
| size_t MLDSA_formatted_message_s::payload_len |
< Pre-hash length
Definition at line 81 of file cx_mldsa.c.
| uint8_t MLDSA_formatted_message_s::prefix[2U+255U+MLDSA_PREHASH_OID_LEN] |
Prefix = 0x01 (1b)|| context_len (1b) || context (255b) || OID
Definition at line 77 of file cx_mldsa.c.
| size_t MLDSA_formatted_message_s::prefix_len |
Prefix length
Definition at line 79 of file cx_mldsa.c.