|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/client_ivc/sumcheck_client_ivc.hpp"#include "barretenberg/client_ivc/sumcheck_mock_circuit_producer.hpp"#include "barretenberg/client_ivc/sumcheck_test_bench_shared.hpp"#include "barretenberg/common/assert.hpp"#include "barretenberg/common/mem.hpp"#include "barretenberg/common/test.hpp"#include "barretenberg/ecc/curves/grumpkin/grumpkin.hpp"#include "barretenberg/goblin/goblin.hpp"#include "barretenberg/goblin/mock_circuits.hpp"#include "barretenberg/protogalaxy/folding_test_utils.hpp"#include "barretenberg/serialize/msgpack_impl.hpp"#include "barretenberg/stdlib_circuit_builders/mega_circuit_builder.hpp"#include "barretenberg/stdlib_circuit_builders/ultra_circuit_builder.hpp"#include "gtest/gtest.h"Go to the source code of this file.
Classes | |
| class | SumcheckClientIVCTests |
Functions | |
| TEST_F (SumcheckClientIVCTests, BasicStructured) | |
| Using a structured trace allows for the accumulation of circuits of varying size. | |
| TEST_F | ( | SumcheckClientIVCTests | , |
| BasicStructured | |||
| ) |
Using a structured trace allows for the accumulation of circuits of varying size.
Definition at line 60 of file sumcheck_client_ivc.test.cpp.