Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <lookup_builder.hpp>
Public Member Functions | |
virtual | ~LookupIntoDynamicTableGeneric ()=default |
![]() | |
~IndexedLookupTraceBuilder () override=default | |
void | process (TraceContainer &trace) override |
![]() | |
virtual | ~InteractionBuilderInterface ()=default |
Protected Types | |
using | LookupSettings = LookupSettings_ |
using | ArrayTuple = std::array< FF, LookupSettings::LOOKUP_TUPLE_SIZE > |
![]() | |
using | LookupSettings = LookupSettings_ |
Protected Member Functions | |
void | init (TraceContainer &trace) override |
uint32_t | find_in_dst (const ArrayTuple &tup) const override |
![]() | |
virtual uint32_t | find_in_dst (const std::array< FF, LookupSettings::LOOKUP_TUPLE_SIZE > &tup) const =0 |
Private Attributes | |
unordered_flat_map< ArrayTuple, uint32_t > | row_idx |
Definition at line 60 of file lookup_builder.hpp.
|
protected |
Definition at line 66 of file lookup_builder.hpp.
|
protected |
Definition at line 65 of file lookup_builder.hpp.
|
virtualdefault |
|
inlineoverrideprotected |
Definition at line 77 of file lookup_builder.hpp.
|
inlineoverrideprotectedvirtual |
Reimplemented from bb::avm2::tracegen::IndexedLookupTraceBuilder< LookupSettings_ >.
Definition at line 68 of file lookup_builder.hpp.
|
private |
Definition at line 90 of file lookup_builder.hpp.