LibAscon 1.2.1
Lightweight Authenticated Encryption & Hashing, also with Init-Update-Final paradigm.
Data Fields
ascon_sponge Struct Reference

Internal cipher sponge state (320 bits). More...

#include <ascon.h>

Data Fields

uint64_t x0
 Sponge's first field. More...
 
uint64_t x1
 Sponge's second field. More...
 
uint64_t x2
 Sponge's third field. More...
 
uint64_t x3
 Sponge's fourth field. More...
 
uint64_t x4
 Sponge's fifth field. More...
 

Detailed Description

Internal cipher sponge state (320 bits).

Field Documentation

◆ x0

uint64_t ascon_sponge::x0

Sponge's first field.

◆ x1

uint64_t ascon_sponge::x1

Sponge's second field.

◆ x2

uint64_t ascon_sponge::x2

Sponge's third field.

◆ x3

uint64_t ascon_sponge::x3

Sponge's fourth field.

◆ x4

uint64_t ascon_sponge::x4

Sponge's fifth field.


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