|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/circuit_checker/circuit_checker.hpp"#include "barretenberg/stdlib_circuit_builders/ultra_circuit_builder.hpp"#include <gtest/gtest.h>Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::stdlib |
| namespace | bb::stdlib::test_utils |
Functions | |
| template<typename Builder > | |
| void | bb::stdlib::test_utils::check_circuit_and_gate_count (Builder &builder, uint32_t expected_gates_without_base) |
| Utility function for gate count checking and circuit verification. | |