|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/crypto/blake2s/blake2s.hpp"#include "barretenberg/circuit_checker/circuit_checker.hpp"#include "barretenberg/flavor/ultra_flavor.hpp"#include "barretenberg/numeric/uint256/uint256.hpp"#include "barretenberg/stdlib_circuit_builders/mega_circuit_builder.hpp"#include "barretenberg/stdlib_circuit_builders/ultra_circuit_builder.hpp"#include "barretenberg/ultra_honk/prover_instance.hpp"#include "blake2s.hpp"#include <gtest/gtest.h>Go to the source code of this file.
Classes | |
| class | StdlibBlake2s< Builder > |
Typedefs | |
| using | BuilderTypes = ::testing::Types< bb::UltraCircuitBuilder, bb::MegaCircuitBuilder > |
Functions | |
| TYPED_TEST_SUITE (StdlibBlake2s, BuilderTypes) | |
| TYPED_TEST (StdlibBlake2s, test_single_block) | |
| TYPED_TEST (StdlibBlake2s, test_double_block) | |
| TYPED_TEST (StdlibBlake2s, test_witness_and_constant) | |
| TYPED_TEST (StdlibBlake2s, test_constant_only) | |
| TYPED_TEST (StdlibBlake2s, test_multiple_sized_blocks) | |
| TYPED_TEST (StdlibBlake2s, test_edge_case_addition_overflow) | |
| using BuilderTypes = ::testing::Types<bb::UltraCircuitBuilder, bb::MegaCircuitBuilder> |
Definition at line 16 of file blake2s.test.cpp.
| TYPED_TEST | ( | StdlibBlake2s | , |
| test_constant_only | |||
| ) |
Definition at line 122 of file blake2s.test.cpp.
| TYPED_TEST | ( | StdlibBlake2s | , |
| test_double_block | |||
| ) |
Definition at line 58 of file blake2s.test.cpp.
| TYPED_TEST | ( | StdlibBlake2s | , |
| test_edge_case_addition_overflow | |||
| ) |
Definition at line 184 of file blake2s.test.cpp.
| TYPED_TEST | ( | StdlibBlake2s | , |
| test_multiple_sized_blocks | |||
| ) |
Definition at line 153 of file blake2s.test.cpp.
| TYPED_TEST | ( | StdlibBlake2s | , |
| test_single_block | |||
| ) |
Definition at line 36 of file blake2s.test.cpp.
| TYPED_TEST | ( | StdlibBlake2s | , |
| test_witness_and_constant | |||
| ) |
Definition at line 80 of file blake2s.test.cpp.
| TYPED_TEST_SUITE | ( | StdlibBlake2s | , |
| BuilderTypes | |||
| ) |