mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-11 18:23:09 +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_verifier_data_target(&self.root.cyclic_vk, &self.root.circuit.verifier_only);
|
||||
root_inputs.set_verifier_data_target(
|
||||
&self.root.cyclic_vk,
|
||||
&self.aggregation.circuit.verifier_only,
|
||||
);
|
||||
|
||||
self.root.circuit.prove(root_inputs)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user