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

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

#include <skinny64-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 57 of file skinny64-cipher.h.

Field Documentation

uint64_t Skinny64Cells_t::llrow

Cell rows in 64-bit units

Definition at line 61 of file skinny64-cipher.h.

uint32_t Skinny64Cells_t::lrow

Cell rows in 32-bit units

Definition at line 60 of file skinny64-cipher.h.

uint16_t Skinny64Cells_t::row

Cell rows in 16-bit units

Definition at line 59 of file skinny64-cipher.h.


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