Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <plookup.hpp>
Static Public Member Functions | |
static std::pair< field_pt, field_pt > | read_pair_from_table (const plookup::MultiTableId id, const field_pt &key) |
static field_pt | read_from_2_to_1_table (const plookup::MultiTableId id, const field_pt &key_a, const field_pt &key_b) |
static field_pt | read_from_1_to_2_table (const plookup::MultiTableId id, const field_pt &key_a) |
static plookup::ReadData< field_pt > | get_lookup_accumulators (const plookup::MultiTableId id, const field_pt &key_a, const field_pt &key_b=0, const bool is_2_to_1_lookup=false) |
Private Types | |
typedef field_t< Builder > | field_pt |
Definition at line 17 of file plookup.hpp.
|
private |
Definition at line 18 of file plookup.hpp.
|
static |
Definition at line 19 of file plookup.cpp.
|
static |
Definition at line 89 of file plookup.cpp.
|
static |
Definition at line 79 of file plookup.cpp.
|
static |
Definition at line 70 of file plookup.cpp.