|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <lookup_builder.hpp>
Public Member Functions | |
| IndexedLookupTraceBuilder () | |
| IndexedLookupTraceBuilder (Column outer_dst_selector) | |
| ~IndexedLookupTraceBuilder () override=default | |
| void | process (TraceContainer &trace) override |
Public Member Functions inherited from bb::avm2::tracegen::InteractionBuilderInterface | |
| virtual | ~InteractionBuilderInterface ()=default |
Protected Types | |
| using | LookupSettings = LookupSettings_ |
Protected Member Functions | |
| virtual uint32_t | find_in_dst (const std::array< FF, LookupSettings::LOOKUP_TUPLE_SIZE > &tup) const =0 |
| virtual void | init (TraceContainer &) |
Protected Attributes | |
| Column | outer_dst_selector |
Definition at line 20 of file lookup_builder.hpp.
|
protected |
Definition at line 59 of file lookup_builder.hpp.
|
inline |
Definition at line 22 of file lookup_builder.hpp.
|
inline |
Definition at line 25 of file lookup_builder.hpp.
|
overridedefault |
|
protectedpure virtual |
|
inlineprotectedvirtual |
Reimplemented in bb::avm2::tracegen::LookupIntoDynamicTableGeneric< LookupSettings_ >.
Definition at line 61 of file lookup_builder.hpp.
|
inlineoverridevirtual |
Implements bb::avm2::tracegen::InteractionBuilderInterface.
Definition at line 30 of file lookup_builder.hpp.
|
protected |
Definition at line 64 of file lookup_builder.hpp.