Union that describes a 64-bit 4x4 array of cells. More...
#include <skinny64-cipher.h>
Data Fields | |
uint16_t | row [4] |
uint32_t | lrow [2] |
uint64_t | llrow |
Union that describes a 64-bit 4x4 array of cells.
Definition at line 57 of file skinny64-cipher.h.
uint64_t Skinny64Cells_t::llrow |
Cell rows in 64-bit units
Definition at line 61 of file skinny64-cipher.h.
uint32_t Skinny64Cells_t::lrow |
Cell rows in 32-bit units
Definition at line 60 of file skinny64-cipher.h.
uint16_t Skinny64Cells_t::row |
Cell rows in 16-bit units
Definition at line 59 of file skinny64-cipher.h.