Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
fc::blake2b_state Struct Reference

#include <blake2.hpp>

Public Attributes

uint64_t h [8] = {0,0,0,0,0,0,0,0}
 
uint64_t t [2] = {0,0}
 
uint64_t f [1] = {0}
 

Detailed Description

Definition at line 20 of file blake2.hpp.

Member Data Documentation

◆ f

uint64_t fc::blake2b_state::f[1] = {0}

Definition at line 23 of file blake2.hpp.

23{0};

◆ h

uint64_t fc::blake2b_state::h[8] = {0,0,0,0,0,0,0,0}

Definition at line 21 of file blake2.hpp.

21{0,0,0,0,0,0,0,0};

◆ t

uint64_t fc::blake2b_state::t[2] = {0,0}

Definition at line 22 of file blake2.hpp.

22{0,0};

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