You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a way to extract all the details that affect the constraint system (e.g. gate information, constraints) from this, which may need to be part of the public API depending on how the traits and crates get arranged.
Any other circuit-specific data needed to verify.
The output of the gadget is:
An accumulator. (This can be added later when we finish modifying the plonk verifier API to support this)
A proof_is_valid bit.
Once this gadget exists, we should be able to complete #247 relatively quickly, to have an end-to-end mock IVC.
We need a way to extract all the details that affect the constraint system (e.g. gate information, constraints) from this, which may need to be part of the public API depending on how the traits and crates get arranged.
This will contain all of the necessary proof structures (e.g. deferreds), but none of the logic; everything will be unconstrained.
The text was updated successfully, but these errors were encountered: