Public Attributes | List of all members
blake2b_state_st Struct Reference

#include <blake2.h>

Public Attributes

union {
   uint8_t   bytes [BLAKE2B_CBLOCK]
 
   uint64_t   words [16]
 
block
 
size_t block_used
 
uint64_t h [8]
 
uint64_t t_high
 
uint64_t t_low
 

Detailed Description

Definition at line 28 of file blake2.h.

Member Data Documentation

◆ block

union { ... } blake2b_state_st::block

◆ block_used

size_t blake2b_state_st::block_used

Definition at line 35 of file blake2.h.

◆ bytes

uint8_t blake2b_state_st::bytes[BLAKE2B_CBLOCK]

Definition at line 32 of file blake2.h.

◆ h

uint64_t blake2b_state_st::h[8]

Definition at line 29 of file blake2.h.

◆ t_high

uint64_t blake2b_state_st::t_high

Definition at line 30 of file blake2.h.

◆ t_low

uint64_t blake2b_state_st::t_low

Definition at line 30 of file blake2.h.

◆ words

uint64_t blake2b_state_st::words[16]

Definition at line 33 of file blake2.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:41