Union that describes a 32-bit 2x4 array of cells. More...
#include <skinny64-cipher.h>
Data Fields | |
uint16_t | row [2] |
uint32_t | lrow |
Union that describes a 32-bit 2x4 array of cells.
Definition at line 68 of file skinny64-cipher.h.
uint32_t Skinny64HalfCells_t::lrow |
Cell rows in 32-bit units
Definition at line 71 of file skinny64-cipher.h.
uint16_t Skinny64HalfCells_t::row[2] |
Cell rows in 16-bit units
Definition at line 70 of file skinny64-cipher.h.