|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Concept defining the requirements for the Settings struct used to configure the GenericLookupRelationImpl. More...
#include <generic_lookup_relation.hpp>
Concept defining the requirements for the Settings struct used to configure the GenericLookupRelationImpl.
This is the concept that should be satisfied by lookup settings. As the AVM instantiates many lookup relations (+200), enforcing this concept hurts compilation times. Thus, we only use this concept for documentation purposes.
Definition at line 151 of file generic_lookup_relation.hpp.