XMSS Library
|
A stored stateless private key part. More...
#include <structures.h>
Public Attributes | |
size_t | data_size |
The size in bytes of the data array. | |
uint8_t | data [] |
The data to be stored. | |
A stored stateless private key part.
Use this structure's contents to store or read a stateless private key part.
After writing a stateless private key part, it is strongly recommended to read it back and validate the correctness of the read back version using xmss_verify_private_key_stateless().
When creating an XmssPrivateKeyStatelessBlob, the XMSS_PRIVATE_KEY_STATELESS_BLOB_SIZE macro can be used to allocate the correct data_size
for the structure and its opaque contents.