Expand description
This module implement the lookup argument. See https://eprint.iacr.org/2020/315.pdf
Modules
- 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 useRuntimeTable
to specify the actual tables.