Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::tracegen::IndexKey Struct Reference

#include <shared_index_cache.hpp>

Public Member Functions

bool operator== (const IndexKey &) const =default
 
size_t hash () const
 

Public Attributes

Column outer_dst_selector
 
std::vector< ColumnAndShiftsdst_columns
 

Detailed Description

Definition at line 20 of file shared_index_cache.hpp.

Member Function Documentation

◆ hash()

size_t bb::avm2::tracegen::IndexKey::hash ( ) const
inline

Definition at line 25 of file shared_index_cache.hpp.

◆ operator==()

bool bb::avm2::tracegen::IndexKey::operator== ( const IndexKey ) const
default

Member Data Documentation

◆ dst_columns

std::vector<ColumnAndShifts> bb::avm2::tracegen::IndexKey::dst_columns

Definition at line 22 of file shared_index_cache.hpp.

◆ outer_dst_selector

Column bb::avm2::tracegen::IndexKey::outer_dst_selector

Definition at line 21 of file shared_index_cache.hpp.


The documentation for this struct was generated from the following file: