Electroneum
hashState Struct Reference

#include <groestl.h>

Public Attributes

uint32_t chaining [SIZE512/sizeof(uint32_t)]
 
uint32_t block_counter1
 
uint32_t block_counter2
 
BitSequence buffer [SIZE512]
 
int buf_ptr
 
int bits_in_last_byte
 

Detailed Description

Definition at line 67 of file groestl.h.

Member Data Documentation

◆ bits_in_last_byte

int hashState::bits_in_last_byte

Definition at line 73 of file groestl.h.

◆ block_counter1

uint32_t hashState::block_counter1

Definition at line 69 of file groestl.h.

◆ block_counter2

uint32_t hashState::block_counter2

Definition at line 69 of file groestl.h.

◆ buf_ptr

int hashState::buf_ptr

Definition at line 72 of file groestl.h.

◆ buffer

BitSequence hashState::buffer[SIZE512]

Definition at line 71 of file groestl.h.

◆ chaining

uint32_t hashState::chaining[SIZE512/sizeof(uint32_t)]

Definition at line 68 of file groestl.h.


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