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

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

#include <internal-drysponge.h>

Data Fields

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

Detailed Description

Internal state of the GASCON-256 permutation.

Field Documentation

uint8_t gascon256_state_t::B[GASCON256_STATE_SIZE]

Bytes of the state

uint64_t gascon256_state_t::S[GASCON256_STATE_SIZE/8]

64-bit words of the state

uint32_t gascon256_state_t::W[GASCON256_STATE_SIZE/4]

32-bit words of the state


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