Open cyphersnake opened 4 months ago
There is multiphase support within halo2 (more info here https://hackmd.io/@axiom/SJw3p-qX3)
We need to add support in CircuitRunner::try_collect_witness for this functionality
CircuitRunner::try_collect_witness
If there is a simple synthesis there now, after implementing this fix, there should be three iterations of synthesis at each of them:
WitnessCollector
There is multiphase support within halo2 (more info here https://hackmd.io/@axiom/SJw3p-qX3)
We need to add support in
CircuitRunner::try_collect_witness
for this functionalityIf there is a simple synthesis there now, after implementing this fix, there should be three iterations of synthesis at each of them:
WitnessCollector