Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/client_ivc/client_ivc.hpp"
#include "barretenberg/client_ivc/mock_circuit_producer.hpp"
#include "barretenberg/goblin/mock_circuits.hpp"
#include "barretenberg/stdlib_circuit_builders/mega_circuit_builder.hpp"
#include <gtest/gtest.h>
Go to the source code of this file.
Classes | |
class | MockKernelTest |
For benchmarking, we want to be sure that our mocking functions create circuits of a known size. We control this, to the degree that matters for proof construction time, using these "pinning tests" that fix values. More... | |
Functions | |
TEST_F (MockKernelTest, PinFoldingKernelSizes) | |
TEST_F | ( | MockKernelTest | , |
PinFoldingKernelSizes | |||
) |
Definition at line 24 of file mock_kernel_pinning.test.cpp.