Mbed TLS v3.6.3
|
#include <lms.h>
Data Fields | |
mbedtls_lms_parameters_t | private_params |
unsigned char | private_T_1_pub_key [MBEDTLS_LMS_M_NODE_BYTES_MAX] |
unsigned char | private_have_public_key |
LMS public context structure.
A LMS public key is the hash output that is the root of the Merkle tree, and the applicable parameter set
The context must be initialized before it is used. A public key must either be imported or generated from a private context.
unsigned char mbedtls_lms_public_t::private_have_public_key |
mbedtls_lms_parameters_t mbedtls_lms_public_t::private_params |
unsigned char mbedtls_lms_public_t::private_T_1_pub_key[MBEDTLS_LMS_M_NODE_BYTES_MAX] |