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
Following the tutorial, I am able to export my verification function from Go to Solidity. However, I couldn't find how to export the proof (including A,B,C, Commitments, CommitmentPok, and the public inputs) in order to test if a proof is verified in Solidity.
Is there such a function that converts automatically into Solidity?