Union that describes a 64-bit 4x4 array of cells. More...
#include <mantis-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 97 of file mantis-cipher.h.
uint64_t MantisCells_t::llrow |
Cell rows in 64-bit units
Definition at line 101 of file mantis-cipher.h.
uint32_t MantisCells_t::lrow |
Cell rows in 32-bit units
Definition at line 100 of file mantis-cipher.h.
uint16_t MantisCells_t::row |
Cell rows in 16-bit units
Definition at line 99 of file mantis-cipher.h.