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
Right now we have to call the cpp code to make a zksnark proof before withdrawing. It would be better if this was done in javascript so that cpp only needs to be called for parameter generation.
Note this will involve loading the verification key which is ~800MB
The text was updated successfully, but these errors were encountered:
Right now i call the cpp funciton from python. But I would be nice to have a pure python implementation. But that is unlikely. ZoKrates are doing some work with compileing witness generation to WAS which could work for us here.
Right now we have to call the cpp code to make a zksnark proof before withdrawing. It would be better if this was done in javascript so that cpp only needs to be called for parameter generation.
Note this will involve loading the verification key which is ~800MB
The text was updated successfully, but these errors were encountered: