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