new_index_for_test_with_lookups

Function new_index_for_test_with_lookups 

Source
pub fn new_index_for_test_with_lookups<const FULL_ROUNDS: usize, G: KimchiCurve<FULL_ROUNDS>>(
    gates: Vec<CircuitGate<G::ScalarField>>,
    public: usize,
    prev_challenges: usize,
    lookup_tables: Vec<LookupTable<G::ScalarField>>,
    runtime_tables: Option<Vec<RuntimeTableCfg<G::ScalarField>>>,
    disable_gates_checks: bool,
    override_srs_size: Option<usize>,
    lazy_mode: bool,
) -> ProverIndex<FULL_ROUNDS, G, <OpeningProof<G, FULL_ROUNDS> as OpenProof<G, FULL_ROUNDS>>::SRS>
where G::BaseField: PrimeField, G::ScalarField: PrimeField,
Expand description

Create new index for lookups.

ยงPanics

Will panic if constraint system is not built with gates input.