Lightweight Cryptography Primitives
 All Data Structures Files Functions Variables Typedefs Macros Pages
Data Fields
gift_cofb_block_t Union Reference

Structure of a 128-bit block in host byte order. More...

Data Fields

uint32_t x [4]
 
uint8_t y [16]
 

Detailed Description

Structure of a 128-bit block in host byte order.

The block is assumed to have already been converted from big-endian to host byte order.

Field Documentation

uint32_t gift_cofb_block_t::x[4]

Words of the block

uint8_t gift_cofb_block_t::y[16]

Bytes of the block


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