Botan 3.6.1
Crypto and TLS for C&
|
Represents a pair of LMS and LMOTS parameters associated with one LMS tree layer. More...
#include <hss.h>
Public Member Functions | |
const LMOTS_Params & | lmots_params () const |
The LMOTS parameters. | |
LMS_LMOTS_Params_Pair (LMS_Params p_lms_params, LMOTS_Params p_lmots_params) | |
Construct a new params pair. | |
const LMS_Params & | lms_params () const |
The LMS parameters. | |
Represents a pair of LMS and LMOTS parameters associated with one LMS tree layer.
|
inline |
|
inline |
The LMOTS parameters.
Definition at line 56 of file hss.h.
Referenced by Botan::HSS_LMS_PrivateKeyInternal::sign().
|
inline |
The LMS parameters.
Definition at line 51 of file hss.h.
Referenced by Botan::HSS_LMS_PrivateKeyInternal::sign().