Electroneum
state Struct Reference

#include <blake256.h>

Public Attributes

uint32_t h [8]
 
uint32_t s [4]
 
uint32_t t [2]
 
int buflen
 
int nullt
 
uint8_t buf [64]
 

Detailed Description

Definition at line 37 of file blake256.h.

Member Data Documentation

◆ buf

uint8_t state::buf[64]

Definition at line 40 of file blake256.h.

◆ buflen

int state::buflen

Definition at line 39 of file blake256.h.

◆ h

uint32_t state::h[8]

Definition at line 38 of file blake256.h.

◆ nullt

int state::nullt

Definition at line 39 of file blake256.h.

◆ s

uint32_t state::s[4]

Definition at line 38 of file blake256.h.

◆ t

uint32_t state::t[2]

Definition at line 38 of file blake256.h.


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