XMSS Library
|
The internal (native) representation of a 256-bit value. More...
#include <types.h>
Public Attributes | |
uint32_t | data [XMSS_VALUE_256_WORDS] |
The contents of the value. | |
The internal (native) representation of a 256-bit value.
For all supported parameter sets, both digests and seeds are 256-bit values.
This form of the value is guaranteed to be aligned on a 32-bit memory boundary. It may be freely cast to and from a uint32_t
pointer.
May require byte swapping to get XmssValue256.
This type ensures that both caller and callee agree on the amount of data pointed to.