|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "translator_circuit_builder.hpp"#include "barretenberg/circuit_checker/translator_circuit_checker.hpp"#include "barretenberg/ecc/curves/bn254/bn254.hpp"#include "barretenberg/op_queue/ecc_op_queue.hpp"#include <array>#include <cstddef>#include <gtest/gtest.h>Go to the source code of this file.
Typedefs | |
| using | CircuitChecker = TranslatorCircuitChecker |
Functions | |
| TEST (TranslatorCircuitBuilder, SeveralOperationCorrectness) | |
| Check that the circuit can handle several accumulations. | |
Definition at line 13 of file translator_circuit_builder.test.cpp.
| TEST | ( | TranslatorCircuitBuilder | , |
| SeveralOperationCorrectness | |||
| ) |
Check that the circuit can handle several accumulations.
Definition at line 19 of file translator_circuit_builder.test.cpp.