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