Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
blake3s.test.cpp File Reference
#include "blake3s.hpp"
#include <gtest/gtest.h>
#include <iostream>
#include <memory>
#include <vector>

Go to the source code of this file.

Classes

struct  test_vector
 
struct  full_test_vector
 
struct  blake3_test_vector
 

Functions

std::vector< uint8_t > test_input (size_t input_len)
 
 TEST (misc_blake3s_full, test_vectors)
 
 TEST (misc_blake3s_full, test_full_vectors)
 

Variables

blake3_test_vector full_test_vector []
 
test_vector test_vectors []
 

Function Documentation

◆ TEST() [1/2]

TEST ( misc_blake3s_full  ,
test_full_vectors   
)

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

◆ TEST() [2/2]

TEST ( misc_blake3s_full  ,
test_vectors   
)

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

◆ test_input()

std::vector< uint8_t > test_input ( size_t  input_len)

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

Variable Documentation

◆ full_test_vector

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

◆ test_vectors

test_vector test_vectors[]

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