Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/assert.hpp"
#include "barretenberg/honk/execution_trace/mega_execution_trace.hpp"
#include "barretenberg/honk/execution_trace/ultra_execution_trace.hpp"
#include "barretenberg/honk/types/circuit_type.hpp"
#include "barretenberg/honk/types/merkle_hash_type.hpp"
#include "barretenberg/stdlib_circuit_builders/plookup_tables/plookup_tables.hpp"
#include "barretenberg/stdlib_circuit_builders/plookup_tables/types.hpp"
#include "circuit_builder_base.hpp"
#include "rom_ram_logic.hpp"
#include <optional>
#include <unordered_set>
#include "barretenberg/serialize/msgpack.hpp"
Go to the source code of this file.
Classes | |
struct | bb::non_native_multiplication_witnesses< FF > |
struct | bb::non_native_partial_multiplication_witnesses< FF > |
class | bb::UltraCircuitBuilder_< ExecutionTrace_ > |
struct | bb::UltraCircuitBuilder_< ExecutionTrace_ >::RangeList |
struct | bb::UltraCircuitBuilder_< ExecutionTrace_ >::cached_partial_non_native_field_multiplication |
Used to store instructions to create partial_non_native_field_multiplication gates. We want to cache these (and remove duplicates) as the stdlib code can end up multiplying the same inputs repeatedly. More... | |
struct | bb::UltraCircuitBuilder_< ExecutionTrace_ >::cached_partial_non_native_field_multiplication::Hash |
struct | bb::UltraCircuitBuilder_< ExecutionTrace_ >::non_native_field_multiplication_cross_terms |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |