Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
blake3_test_vector Struct Reference

Public Attributes

size_t input_len
 
std::vector< uint8_t > hash
 
std::vector< uint8_t > keyed_hash
 
std::vector< uint8_t > derive_key
 

Detailed Description

Definition at line 21 of file blake3s.test.cpp.

Member Data Documentation

◆ derive_key

std::vector<uint8_t> blake3_test_vector::derive_key

Definition at line 25 of file blake3s.test.cpp.

◆ hash

std::vector<uint8_t> blake3_test_vector::hash

Definition at line 23 of file blake3s.test.cpp.

◆ input_len

size_t blake3_test_vector::input_len

Definition at line 22 of file blake3s.test.cpp.

◆ keyed_hash

std::vector<uint8_t> blake3_test_vector::keyed_hash

Definition at line 24 of file blake3s.test.cpp.


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