mbed TLS v3.4.0
Data Fields
mbedtls_lms_parameters_t Struct Reference

#include <lms.h>

Data Fields

unsigned char private_I_key_identifier [(16u)]
 
mbedtls_lmots_algorithm_type_t private_otstype
 
mbedtls_lms_algorithm_type_t private_type
 

Detailed Description

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.

Definition at line 173 of file lms.h.

Field Documentation

unsigned char mbedtls_lms_parameters_t::private_I_key_identifier[(16u)]

The key identifier.

Definition at line 174 of file lms.h.

mbedtls_lmots_algorithm_type_t mbedtls_lms_parameters_t::private_otstype

The LM-OTS key type identifier as per IANA. Only SHA256_N32_W8 is currently supported.

Definition at line 176 of file lms.h.

mbedtls_lms_algorithm_type_t mbedtls_lms_parameters_t::private_type

The LMS key type identifier as per IANA. Only SHA256_M32_H10 is currently supported.

Definition at line 179 of file lms.h.


The documentation for this struct was generated from the following file: