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