Open jonathanpwang opened 2 years ago
https://github.com/scroll-tech/halo2-snark-aggregator/blob/7b9f4181a3e634806e72d6784fcdd255f19a7839/halo2-snark-aggregator-circuit/src/fs.rs#L132 Does this need to be Halo2VerifierCircuits<'_, Bn256, N>?
Halo2VerifierCircuits<'_, Bn256, N>
Also, I think vkey read/write does not work right now (known halo2 issue): can you merge the following PR into your halo2_proofs repo to resolve this? https://github.com/zcash/halo2/pull/661
@HAOYUatHZ
https://github.com/scroll-tech/halo2-snark-aggregator/blob/7b9f4181a3e634806e72d6784fcdd255f19a7839/halo2-snark-aggregator-circuit/src/fs.rs#L132 Does this need to be
Halo2VerifierCircuits<'_, Bn256, N>
?Also, I think vkey read/write does not work right now (known halo2 issue): can you merge the following PR into your halo2_proofs repo to resolve this? https://github.com/zcash/halo2/pull/661