-
Notifications
You must be signed in to change notification settings - Fork 24
pairing check fail in solidity #45
Comments
I've met the same issue. |
i will check this issue |
May I know the process of how you generated the solidity? |
I just run all the 5 steps following the instructions decribed in halo2-snark-aggregator-sdk's README.md. The |
I think this is because of the assumption that the params of target circuit and verifier circuit share |
oh yes.. we assumed they are same in our deployment. |
I'm new to Halo 2. Could you please share your code to help me resolve this problem? I would greatly appreciate it. Thanks. |
btw use |
In solidity template, there are
get_target_circuit_g2_s
andget_target_circuit_g2_n
. I think they should be populated with params from target circuit.But in the code, they are written with params form verify circuit and I think this is the reason why the example failed when running waffle test.
The failed case is this.
The text was updated successfully, but these errors were encountered: