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

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

#include <internal-ascon.h>

Data Fields

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

Detailed Description

Structure of the internal state of the ASCON permutation.

Field Documentation

uint8_t ascon_state_t::B[40]

Bytes of the state

uint64_t ascon_state_t::S[5]

64-bit words of the state

uint32_t ascon_state_t::W[10]

32-bit words of the state


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