|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/constexpr_utils.hpp"#include "barretenberg/ecc/curves/bn254/fq.hpp"#include "barretenberg/honk/execution_trace/execution_trace_block.hpp"#include "barretenberg/numeric/uint256/uint256.hpp"#include "barretenberg/op_queue/ecc_op_queue.hpp"#include "barretenberg/stdlib_circuit_builders/circuit_builder_base.hpp"Go to the source code of this file.
Classes | |
| class | bb::TranslatorCircuitBuilder |
| TranslatorCircuitBuilder creates a circuit that evaluates the correctness of the evaluation of EccOpQueue in Fq while operating in the Fr scalar field (r is the modulus of Fr and q is the modulus of Fq) More... | |
| struct | bb::TranslatorCircuitBuilder::AccumulationInput |
| The accumulation input structure contains all the necessary values to initalize an accumulation gate as well as additional values for checking its correctness. More... | |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |