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

State information for ASCON-XOF incremental mode. More...

#include <xof.h>

Public Attributes

ascon_state_t state
 
unsigned char count
 
unsigned char mode
 

Detailed Description

State information for ASCON-XOF incremental mode.

Examples
asconsum/asconsum.c.

Definition at line 60 of file xof.h.

Member Data Documentation

◆ count

unsigned char ascon_xof_state_t::count

Number of bytes in the current block

Definition at line 63 of file xof.h.

◆ mode

unsigned char ascon_xof_state_t::mode

Hash mode: 0 for absorb, 1 for squeeze

Definition at line 64 of file xof.h.

◆ state

ascon_state_t ascon_xof_state_t::state

Current hash state

Definition at line 62 of file xof.h.


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