Lightweight Cryptography Primitives
|
Masked 32-bit word with four shares. More...
#include <internal-masking.h>
Data Fields | |
uint32_t | a |
uint32_t | b |
uint32_t | c |
uint32_t | d |
Masked 32-bit word with four shares.
uint32_t mask_x4_uint32_t::a |
First share of the masked word state
uint32_t mask_x4_uint32_t::b |
Second share of the masked word state
uint32_t mask_x4_uint32_t::c |
Third share of the masked word state
uint32_t mask_x4_uint32_t::d |
Fourth share of the masked word state