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
* The `DynamicProof` class enables circuits to verify proofs using in-ciruit verfication keys.
205
+
* The `DynamicProof` class enables circuits to verify proofs using in-ciruit verification keys.
206
206
* This is opposed to the baked-in verification keys of the `Proof` class.
207
207
*
208
208
* In order to use this, a subclass of DynamicProof that specifies the public input and output types along with the maxProofsVerified number has to be created.
0 commit comments