XMSS Library
|
A generic 256-bit value, represented as a byte stream. More...
#include <types.h>
Public Attributes | |
uint8_t | data [32] |
The byte stream representation of the value. | |
A generic 256-bit value, represented as a byte stream.
For all supported parameter sets, both digests and seeds are 256-bit values.
This type makes no guarantees about the memory alignment of the object. It may be freely cast to and from a uint8_t
pointer.
This type ensures that both caller and callee agree on the amount of data pointed to.