Barretenberg
The ZK-SNARK library at the core of Aztec
|
#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 [] |
TEST | ( | misc_blake3s_full | , |
test_full_vectors | |||
) |
Definition at line 877 of file blake3s.test.cpp.
TEST | ( | misc_blake3s_full | , |
test_vectors | |||
) |
Definition at line 869 of file blake3s.test.cpp.
std::vector< uint8_t > test_input | ( | size_t | input_len | ) |
Definition at line 860 of file blake3s.test.cpp.
Definition at line 34 of file blake3s.test.cpp.
test_vector test_vectors[] |
Definition at line 492 of file blake3s.test.cpp.