Context object for the SPHINCS+ operation. More...
#include <sw/device/silicon_creator/lib/sigverify/sphincsplus/context.h>
Data Fields | |
uint32_t | pub_seed [kSpxNWords] |
Public key seed. | |
hmac_context_t | state_seeded |
SHA256 state that absorbed pub_seed and padding. | |
Context object for the SPHINCS+ operation.
The reference implementation stores sk_seed
here as well, but we only performing verification so we don't need it.
hmac_context_t spx_ctx::state_seeded |