Expand description
This module implement the lookup argument. See https://eprint.iacr.org/2020/315.pdf
Modulesยง
- constraints
- index
- lookups
- runtime_
tables - Runtime tables are tables (or arrays) that can be produced during proof creation.
The setup has to prepare for their presence using
RuntimeTableCfg. At proving time, the prover can useRuntimeTableto specify the actual tables. - tables