Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/throw_or_abort.hpp"
#include "barretenberg/stdlib_circuit_builders/plookup_tables/types.hpp"
Go to the source code of this file.
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
namespace | bb::plookup |
Functions | |
const MultiTable & | bb::plookup::get_multitable (const MultiTableId id) |
Return the multitable with the provided ID; construct all MultiTables if not constructed already. | |
ReadData< bb::fr > | bb::plookup::get_lookup_accumulators (const MultiTableId id, const fr &key_a, const fr &key_b, const bool is_2_to_1_lookup) |
Given a table ID and the key(s) for a key-value lookup, return the lookup accumulators. | |
BasicTable | bb::plookup::create_basic_table (const BasicTableId id, const size_t index) |