Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::plookup::BasicTable::LookupEntry Struct Reference

#include <types.hpp>

Public Member Functions

bool operator== (const LookupEntry &other) const =default
 
bool operator< (const LookupEntry &other) const
 
std::array< bb::fr, 3 > to_table_components (const bool use_two_keys) const
 

Public Attributes

std::array< uint256_t, 2 > key { 0, 0 }
 
std::array< bb::fr, 2 > value { bb::fr(0), bb::fr(0) }
 

Detailed Description

Definition at line 349 of file types.hpp.

Member Function Documentation

◆ operator<()

bool bb::plookup::BasicTable::LookupEntry::operator< ( const LookupEntry other) const
inline

Definition at line 356 of file types.hpp.

◆ operator==()

bool bb::plookup::BasicTable::LookupEntry::operator== ( const LookupEntry other) const
default

◆ to_table_components()

std::array< bb::fr, 3 > bb::plookup::BasicTable::LookupEntry::to_table_components ( const bool  use_two_keys) const
inline

Definition at line 362 of file types.hpp.

Member Data Documentation

◆ key

std::array<uint256_t, 2> bb::plookup::BasicTable::LookupEntry::key { 0, 0 }

Definition at line 353 of file types.hpp.

◆ value

std::array<bb::fr, 2> bb::plookup::BasicTable::LookupEntry::value { bb::fr(0), bb::fr(0) }

Definition at line 354 of file types.hpp.


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