Conversation
|
I've found the source of this gate: The recursive verifier calls this function https://github.com/0xPolygonZero/plonky2/blob/82791c4809d6275682c34b926390ecdbdc2a5297/plonky2/src/gadgets/arithmetic.rs#L288-L291 So this gate is not related to a gate that the ed25519 circuit uses but the fact that the proof is very big and requires an extra gate to be verified. If this was about a special configuration/common that the introductory gadget needs I don't think we should add this gate to the standard list, but since this is a generic case of a big proof, and currently the proof we're verifying in the Recursive MainPod is alreay big-ish, I think it's OK to add the Note that the situation would be different in approach (b) from #252 (but we can cross that bridge when we come to it) |
|
Also could you rebase/merge with main? |
Co-authored-by: Eduard S. <eduardsanou@posteo.net>
Uh oh!
There was an error while loading. Please reload this page.