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
First, my index.js works well but I didn't find the output of using libsnark(like the detailed time and the mark of entering a new process.)I'd like to know how to get the corresponding output.
Second, I find test.cpp in the project,it wasn't compiled,so I add it in makefile and get errors. I find that some functions in test.cpp didn't even exist. So I want to know, how can I get the test.cpp works well ? (Maybe the test.hpp is left for me to write the nonexistent corresponding funtion?)
The text was updated successfully, but these errors were encountered:
I'm running these code on Linux ubuntu 16.04.
First, my index.js works well but I didn't find the output of using libsnark(like the detailed time and the mark of entering a new process.)I'd like to know how to get the corresponding output.
Second, I find test.cpp in the project,it wasn't compiled,so I add it in makefile and get errors. I find that some functions in test.cpp didn't even exist. So I want to know, how can I get the test.cpp works well ? (Maybe the test.hpp is left for me to write the nonexistent corresponding funtion?)
The text was updated successfully, but these errors were encountered: