Problem
Once acvm adds the recursion opcode it will need to be supported by the backend.
Solution
We add a recursion field to the acir_format and implement the code to handle it.
This task should be considered complete when we add the relevant code to process a recursion opcode and when we add a test in the test folder to ensure that this works on the cpp side.
Problem
Once acvm adds the recursion opcode it will need to be supported by the backend.
Solution
We add a recursion field to the
acir_formatand implement the code to handle it.This task should be considered complete when we add the relevant code to process a recursion opcode and when we add a test in the test folder to ensure that this works on the cpp side.