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
Suggested course of action: We try for C++ witness gen as experimental feature and create a shared branch?PR in mopro for doing an MVP integration, both Vivian and Florent can collab on it together there. The branch/PR can be ugly and breaking and we can clean it up later.
Once it works in MVP form it should be trivial to then integrate with proof-of-passport. This would also allow us to work together on it and sharing code/effort
I was able to use it on this branch to calculate a witness for the multiplier circuit. Now I have no idea how to feed it to arkworks' prover, as it comes out as bytes and arkwork's is structured. The most logical path would be to then use rapidsnark as it's part of the same stack, just like the FreedomTools people are doing here, but now this is becoming quite a different stack.
I can move that to the mopro repo too if it helps
Problem
See #109
Suggested approach
Suggested course of action: We try for C++ witness gen as experimental feature and create a shared branch?PR in mopro for doing an MVP integration, both Vivian and Florent can collab on it together there. The branch/PR can be ugly and breaking and we can clean it up later.
Once it works in MVP form it should be trivial to then integrate with proof-of-passport. This would also allow us to work together on it and sharing code/effort
Details
Also relevant: #44
Acceptance criteria
The text was updated successfully, but these errors were encountered: