|
Embedded SDK
Embedded SDK
|
Macros | |
| #define | MLDSA_PREHASH_OID_LEN 11U |
Typedefs | |
| typedef enum MLDSA_prehash_e | MLDSA_prehash_t |
| Hash algorithm selector for HashML-DSA pre-hash signatures. | |
Enumerations | |
| enum | MLDSA_prehash_e { MLDSA_PREHASH_SHA256 = 0 , MLDSA_PREHASH_SHA512 , MLDSA_PREHASH_SHA3_256 , MLDSA_PREHASH_SHA3_512 , MLDSA_PREHASH_SHAKE128 , MLDSA_PREHASH_SHAKE256 , MLDSA_NUM_PREHASH_ALGS } |
| Hash algorithm selector for HashML-DSA pre-hash signatures. More... | |
| #define MLDSA_PREHASH_OID_LEN 11U |
Length of a pre-hash algorithm OID (DER-encoded, bytes).
Definition at line 275 of file lcx_mldsa.h.
| typedef enum MLDSA_prehash_e MLDSA_prehash_t |
Hash algorithm selector for HashML-DSA pre-hash signatures.
| enum MLDSA_prehash_e |
Hash algorithm selector for HashML-DSA pre-hash signatures.
Definition at line 280 of file lcx_mldsa.h.