libsnark-tutorial icon indicating copy to clipboard operation
libsnark-tutorial copied to clipboard

A zkSNARK tutorial and development environment

Results 7 libsnark-tutorial issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/33709586/227761592-c0b333c1-5e6d-4cd3-9a68-4e05d5d9297f.png) however, I still get the running error: ![image](https://user-images.githubusercontent.com/33709586/227761627-e042b448-a9f9-406d-99f8-671fede2e69b.png)...