XMSS Library
|
A stored stateful 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 stateful private key part.
Use this structure's contents to store or read a stateful private key part.
After writing a stateful 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_stateful().
When creating an XmssPrivateKeyStatefulBlob, the XMSS_PRIVATE_KEY_STATEFUL_BLOB_SIZE macro can be used to allocate the correct size for the structure and its opaque contents.