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

State information for a pseudorandom number generator. More...

#include <random.h>

Public Attributes

ascon_xof_state_t xof
 
uint32_t counter
 
uint32_t reserved
 

Detailed Description

State information for a pseudorandom number generator.

The application should treat this structure as opaque.

Definition at line 48 of file random.h.

Member Data Documentation

◆ counter

uint32_t ascon_random_state_t::counter

Number of bytes that have been generated since the last re-seed

Definition at line 54 of file random.h.

◆ reserved

uint32_t ascon_random_state_t::reserved

Padding to a 64-bit word boundary. Reseved for future use

Definition at line 57 of file random.h.

◆ xof

ascon_xof_state_t ascon_random_state_t::xof

XOF state containing the accumulated SpongePRNG state

Definition at line 51 of file random.h.


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