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