Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
generic_lookup_relation.hpp File Reference

Go to the source code of this file.

Classes

class  bb::LookupPolynomialStructure< Settings_ >
 Polynomial structure required for the lookup argument. More...
 
class  bb::GenericLookupRelationImpl< Settings, FF_ >
 Generic implementation of a log-derivative based lookup relation. More...
 

Namespaces

namespace  bb
 Entry point for Barretenberg command-line interface.
 

Concepts

concept  bb::GenericLookupSettings
 Concept defining the requirements for the Settings struct used to configure the GenericLookupRelationImpl.
 

Typedefs

template<typename Settings , typename FF >
using bb::GenericLookupRelation = Relation< GenericLookupRelationImpl< Settings, FF > >
 

Enumerations

enum  bb::LOOKUP_TYPE : uint8_t { bb::BASIC_LOOKUP , bb::CUSTOMIZED_LOOKUP }
 
enum  bb::TABLE_TYPE : uint8_t { bb::BASIC_TABLE , bb::CUSTOMIZED_TABLE }