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