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

Structure of the internal state of the GASCON permutation. More...

#include <internal-gascon.h>

Data Fields

uint64_t S [5]
 
uint32_t W [10]
 
uint8_t B [40]
 

Detailed Description

Structure of the internal state of the GASCON permutation.

Field Documentation

uint8_t gascon_state_t::B[40]

Bytes of the state

uint64_t gascon_state_t::S[5]

64-bit words of the state

uint32_t gascon_state_t::W[10]

32-bit words of the state


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