Monero
Loading...
Searching...
No Matches
__blake2b_state Struct Reference

#include <blake2.h>

Public Attributes

uint64_t h [8]
uint64_t t [2]
uint64_t f [2]
uint8_t buf [BLAKE2B_BLOCKBYTES]
unsigned buflen
unsigned outlen
uint8_t last_node

Member Data Documentation

◆ buf

uint8_t __blake2b_state::buf[BLAKE2B_BLOCKBYTES]

◆ buflen

unsigned __blake2b_state::buflen

◆ f

uint64_t __blake2b_state::f[2]

◆ h

uint64_t __blake2b_state::h[8]

◆ last_node

uint8_t __blake2b_state::last_node

◆ outlen

unsigned __blake2b_state::outlen

◆ t

uint64_t __blake2b_state::t[2]

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