libsnark-tutorial
libsnark-tutorial copied to clipboard
A zkSNARK tutorial and development environment
Doesn't seem to be an Ubuntu 18 package for libprocps4-dev https://packages.ubuntu.com/search?keywords=libprocps4-dev
error : Floating point exception (core dumped) I use gdb find out where the error came : Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Core was generated by `./main'. Program terminated with...
Hi, I am working on this several days. I am a little confused with the proof. Based on your introduction, the proof is string. But I can't print it. So...
missing ``` #include #include #include #include using namespace libsnark; ``` from tutorial readme
Hey @howardwu, great to see this tutorial, I wonder if you could add few more paragraphs on how to write circuits, in particular what are the different functions/methods/strategies for writing...
I am trying to compile and run src/main.cpp following the steps provided in the repo with "procps= off" as mentioned. However, the "make" command fails with the below-mentioned error. CMakeLists.txt:...
Hi, I've followed some issues about how to solve this problem. My server OS is Ubuntu 18.04.5 LTS, and I use:  however, I still get the running error: ...