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

State information for the ASCON-Prf incremental mode. More...

#include <prf.h>

Public Attributes

ascon_state_t state
 
unsigned char count
 
unsigned char mode
 

Detailed Description

State information for the ASCON-Prf incremental mode.

This structure should be treated as opaque.

Definition at line 107 of file prf.h.

Member Data Documentation

◆ count

unsigned char ascon_prf_state_t::count

Number of bytes in the current block

Definition at line 110 of file prf.h.

◆ mode

unsigned char ascon_prf_state_t::mode

Hash mode: 0 for absorb, 1 for squeeze

Definition at line 111 of file prf.h.

◆ state

ascon_state_t ascon_prf_state_t::state

Current hash state

Definition at line 109 of file prf.h.


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