Lightweight Cryptography Primitives
 All Data Structures Files Functions Variables Typedefs Macros Pages
Data Fields
knot384_masked_state_t Struct Reference

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]
 

Detailed Description

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.

Field Documentation

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


The documentation for this struct was generated from the following file: