Skinny-C
 All Data Structures Files Functions Variables Groups Pages
Data Fields
MantisCells_t Union Reference

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
 

Detailed Description

Union that describes a 64-bit 4x4 array of cells.

Definition at line 97 of file mantis-cipher.h.

Field Documentation

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.


The documentation for this union was generated from the following files: