ASCON Suite
Public Attributes | List of all members
ascon128_state_t Struct Reference

State information for the incremental version of ASCON-128. More...

#include <aead.h>

Public Attributes

ascon_state_t state
 
unsigned char key [ASCON128_KEY_SIZE]
 
unsigned char posn
 

Detailed Description

State information for the incremental version of ASCON-128.

This structure should be treated as opaque by the application.

Definition at line 262 of file aead.h.

Member Data Documentation

◆ key

unsigned char ascon128_state_t::key[ASCON128_KEY_SIZE]

Key to use to authenticate the payload during finalization

Definition at line 268 of file aead.h.

◆ posn

unsigned char ascon128_state_t::posn

Position within the current block for partial blocks

Definition at line 271 of file aead.h.

◆ state

ascon_state_t ascon128_state_t::state

ASCON permutation state

Definition at line 265 of file aead.h.


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