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

Internal state of the GASCON-128 permutation. More...

#include <internal-drysponge.h>

Data Fields

uint64_t S [GASCON128_STATE_SIZE/8]
 
uint32_t W [GASCON128_STATE_SIZE/4]
 
uint8_t B [GASCON128_STATE_SIZE]
 

Detailed Description

Internal state of the GASCON-128 permutation.

Field Documentation

uint8_t gascon128_state_t::B[GASCON128_STATE_SIZE]

Bytes of the state

uint64_t gascon128_state_t::S[GASCON128_STATE_SIZE/8]

64-bit words of the state

uint32_t gascon128_state_t::W[GASCON128_STATE_SIZE/4]

32-bit words of the state


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