Lightweight Cryptography Primitives
 All Data Structures Files Functions Variables Typedefs Macros Pages
Data Fields
romulus_xof_state_t Struct Reference

State information for Romulus-H XOF mode. More...

#include <romulus-xof.h>

Data Fields

romulus_hash_state_t hash
 
unsigned char out [ROMULUS_HASH_SIZE]
 
unsigned long mgf1_count
 

Detailed Description

State information for Romulus-H XOF mode.

Field Documentation

romulus_hash_state_t romulus_xof_state_t::hash

Hash state for Romulus-H

unsigned long romulus_xof_state_t::mgf1_count

MGF1 counter value

unsigned char romulus_xof_state_t::out[ROMULUS_HASH_SIZE]

Squeezed output buffer


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