Mbed TLS v3.6.3
|
#include <lms.h>
Data Fields | |
unsigned char | private_I_key_identifier [MBEDTLS_LMOTS_I_KEY_ID_LEN] |
mbedtls_lmots_algorithm_type_t | private_otstype |
mbedtls_lms_algorithm_type_t | private_type |
LMS parameters structure.
This contains the metadata associated with an LMS key, detailing the algorithm type, the type of the underlying OTS algorithm, and the key ID.
unsigned char mbedtls_lms_parameters_t::private_I_key_identifier[MBEDTLS_LMOTS_I_KEY_ID_LEN] |
mbedtls_lmots_algorithm_type_t mbedtls_lms_parameters_t::private_otstype |
mbedtls_lms_algorithm_type_t mbedtls_lms_parameters_t::private_type |