xilsecure
Vitis Drivers API Documentation
XSecure_LmsParam Struct Reference

Structure for maintaining parameters for each LMS Type. More...

Data Fields

u32 m
 HASH function for selected type. More...
 
XSecure_LmsTreeHeight h
 The number of bytes of the output of the hash function, same as 'n' in LMS OTS. More...
 
u32 mh
 Height of Merkle tree. More...
 

Detailed Description

Structure for maintaining parameters for each LMS Type.

Field Documentation

XSecure_LmsTreeHeight XSecure_LmsParam::h

The number of bytes of the output of the hash function, same as 'n' in LMS OTS.

Referenced by XSecure_LmsSignatureVerification().

u32 XSecure_LmsParam::m

HASH function for selected type.

Referenced by XSecure_LmsSignatureVerification().

u32 XSecure_LmsParam::mh

Height of Merkle tree.

Referenced by XSecure_HssFinish(), XSecure_HssInit(), and XSecure_LmsSignatureVerification().