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