Mbed TLS v3.6.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
mbedtls_lmots_private_t Struct Reference

#include <lms.h>

Collaboration diagram for mbedtls_lmots_private_t:
Collaboration graph
[legend]

Data Fields

mbedtls_lmots_parameters_t private_params
 
unsigned char private_private_key [MBEDTLS_LMOTS_P_SIG_DIGIT_COUNT_MAX][MBEDTLS_LMOTS_N_HASH_LEN_MAX]
 
unsigned char private_have_private_key
 

Detailed Description

LMOTS private context structure.

A LMOTS private key is one hash output for each of digit of the digest + checksum, 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.

dot_inline_dotgraph_1.png

Definition at line 146 of file lms.h.

Field Documentation

unsigned char mbedtls_lmots_private_t::private_have_private_key

Whether the context contains a private key. Boolean values only.

Definition at line 150 of file lms.h.

mbedtls_lmots_parameters_t mbedtls_lmots_private_t::private_params

Definition at line 147 of file lms.h.

unsigned char mbedtls_lmots_private_t::private_private_key[MBEDTLS_LMOTS_P_SIG_DIGIT_COUNT_MAX][MBEDTLS_LMOTS_N_HASH_LEN_MAX]

Definition at line 149 of file lms.h.


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