Skip to main content

caml_pasta_fq_plonk_index_create

Function caml_pasta_fq_plonk_index_create 

Source
pub fn caml_pasta_fq_plonk_index_create(
    gates: &NapiFqGateVector,
    public_: i32,
    lookup_tables: Vec<JsLookupTableFq>,
    runtime_table_cfgs: Vec<JsRuntimeTableCfgFq>,
    prev_challenges: i32,
    srs: &WasmFqSrs,
    lazy_mode: bool,
) -> Result<External<WasmPastaFqPlonkIndex>, Error>