Lightweight Cryptography Primitives
|
Internal state of the masked KNOT-384 permutation. More...
#include <internal-knot-m.h>
Data Fields | |
mask_uint64_t | L [4] |
mask_uint32_t | H [4] |
Internal state of the masked KNOT-384 permutation.
Each row of the state is 96 bits in length. We split it each row into two sections to make it easier to access the masked words.
mask_uint32_t knot384_masked_state_t::H[4] |
High 32 bits of the masked words in the state
mask_uint64_t knot384_masked_state_t::L[4] |
Low 64 bits of the masked words in the state