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

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

#include <xof.h>

Public Attributes

ascon_state_t state
 
unsigned char count
 
unsigned char mode
 

Detailed Description

State information for ASCON-XOFA incremental mode.

Examples
asconsum/asconsum.c.

Definition at line 71 of file xof.h.

Member Data Documentation

◆ count

unsigned char ascon_xofa_state_t::count

Number of bytes in the current block

Definition at line 74 of file xof.h.

◆ mode

unsigned char ascon_xofa_state_t::mode

Hash mode: 0 for absorb, 1 for squeeze

Definition at line 75 of file xof.h.

◆ state

ascon_state_t ascon_xofa_state_t::state

Current hash state

Definition at line 73 of file xof.h.


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