mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 23:33:07 +00:00
Fix vk
This commit is contained in:
parent
5df784416a
commit
f4ac2d4f9c
@ -327,8 +327,10 @@ where
|
|||||||
root_inputs.set_proof_with_pis_target(&self.root.proof_with_pis[table], &shrunk_proof);
|
root_inputs.set_proof_with_pis_target(&self.root.proof_with_pis[table], &shrunk_proof);
|
||||||
}
|
}
|
||||||
|
|
||||||
root_inputs
|
root_inputs.set_verifier_data_target(
|
||||||
.set_verifier_data_target(&self.root.cyclic_vk, &self.root.circuit.verifier_only);
|
&self.root.cyclic_vk,
|
||||||
|
&self.aggregation.circuit.verifier_only,
|
||||||
|
);
|
||||||
|
|
||||||
self.root.circuit.prove(root_inputs)
|
self.root.circuit.prove(root_inputs)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user