Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::crypto::blake2s_state__ Struct Reference

#include <blake2s.hpp>

Public Attributes

uint32_t h [8]
 
uint32_t t [2]
 
uint32_t f [2]
 
uint8_t buf [BLAKE2S_BLOCKBYTES]
 
size_t buflen
 
size_t outlen
 
uint8_t last_node
 

Detailed Description

Definition at line 44 of file blake2s.hpp.

Member Data Documentation

◆ buf

uint8_t bb::crypto::blake2s_state__::buf[BLAKE2S_BLOCKBYTES]

Definition at line 48 of file blake2s.hpp.

◆ buflen

size_t bb::crypto::blake2s_state__::buflen

Definition at line 49 of file blake2s.hpp.

◆ f

uint32_t bb::crypto::blake2s_state__::f[2]

Definition at line 47 of file blake2s.hpp.

◆ h

uint32_t bb::crypto::blake2s_state__::h[8]

Definition at line 45 of file blake2s.hpp.

◆ last_node

uint8_t bb::crypto::blake2s_state__::last_node

Definition at line 51 of file blake2s.hpp.

◆ outlen

size_t bb::crypto::blake2s_state__::outlen

Definition at line 50 of file blake2s.hpp.

◆ t

uint32_t bb::crypto::blake2s_state__::t[2]

Definition at line 46 of file blake2s.hpp.


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