Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <lookup_builder.hpp>
Public Member Functions | |
~IndexedLookupTraceBuilder () override=default | |
void | process (TraceContainer &trace) override |
![]() | |
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 &) |
Definition at line 20 of file lookup_builder.hpp.
|
protected |
Definition at line 50 of file lookup_builder.hpp.
|
overridedefault |
|
protectedpure virtual |
|
inlineprotectedvirtual |
Reimplemented in bb::avm2::tracegen::LookupIntoDynamicTableGeneric< LookupSettings_ >.
Definition at line 52 of file lookup_builder.hpp.
|
inlineoverridevirtual |
Implements bb::avm2::tracegen::InteractionBuilderInterface.
Definition at line 24 of file lookup_builder.hpp.