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
#204 adds the initial RecursiveCircuit, but there are two pending tasks to have it ready for usage in the POD logic (aside from the verification of the correct authorization of the verifier_data):
add public inputs to the InnerCircuit, connected through the RecursiveCircuit public inputs
add logic to use CircuitConfig::standard_recursion_zk_config instead of standard_recursion_config. This probably will require doing a custom logic for the dummy_proof instead of relying on the existing conditionally_verify_cyclic_proof_or_dummy
The text was updated successfully, but these errors were encountered:
#204 adds the initial
RecursiveCircuit
, but there are two pending tasks to have it ready for usage in the POD logic (aside from the verification of the correct authorization of the verifier_data):InnerCircuit
, connected through theRecursiveCircuit
public inputsCircuitConfig::standard_recursion_zk_config
instead ofstandard_recursion_config
. This probably will require doing a custom logic for the dummy_proof instead of relying on the existingconditionally_verify_cyclic_proof_or_dummy
The text was updated successfully, but these errors were encountered: