Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/stdlib_circuit_builders/mega_circuit_builder.hpp"
#include "barretenberg/circuit_checker/circuit_checker.hpp"
#include "barretenberg/goblin/mock_circuits.hpp"
#include "barretenberg/stdlib/primitives/bigfield/constants.hpp"
#include <gtest/gtest.h>
Go to the source code of this file.
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
Functions | |
bb::TEST (MegaCircuitBuilder, CopyConstructor) | |
bb::TEST (MegaCircuitBuilder, BaseCase) | |
bb::TEST (MegaCircuitBuilder, GoblinSimple) | |
Test the queueing of simple ecc ops via the Goblin builder. | |
bb::TEST (MegaCircuitBuilder, GoblinEccOpQueueUltraOps) | |
Check that the ultra ops are recorded correctly in the EccOpQueue. | |
bb::TEST (MegaCircuitBuilder, CompleteSelectorPartitioningCheck) | |
Check that the selector partitioning is correct for the mega circuit builder. | |