-
As I know, currently Zcash Sprout release's joinsplit gadget is only implemented in C++ using libsnark's gadget APIs.
-
Following the tutorial directly, I had to do this step before the step to build with `cmake`.
If you try to build and see that `libsnark` is missing a `CMakeLists.txt` file then you should run `git…
-
When running `./install_buffet.sh` in an up to date Fedora 27 with gcc version `7.2.1 20170915 (Red Hat 7.2.1-2) (GCC)
` I get this error:
```bash
home/rodmar/code/repos/pequin/compiler/buffetfs…
-
Build failure:
```make
[ 94%] Building CXX object src/CMakeFiles/main.dir/GuneroProof.cpp.o
...
/home/bryant/work/GunClear/Silencer/src/GuneroProof.cpp: In member function ‘libsnark_Fq gunero::F…
-
The `ethsnarks` project has shorter proofs than the proof format you're using.
See:
* https://github.com/HarryR/ethsnarks/blob/master/contracts/Verifier.sol#L46
* https://github.com/HarryR/et…
-
The tarball isn't the legacy one unfortunately. and we are not willing to modify it to the "new" one unless it is known why github tarballs checksums change. this should never ever happen unless you m…
ca333 updated
6 years ago
-
It would be good to make the libsnark based gadgets available as submodules so they can be included in other projects.
Will figure out how to do this.
-
Having these warnings would be valuable for security, but with `-Werror` there are too many warnings to turn them on on. They also break the `configure.ac` since boost headers generate those warnings,…
-
Hello, I would like to implement a zk-SNARKs scenario using `libsnark` but I can't figure out if it is indeed possible and how to approach the implementation in practice.
This library seems too tec…
-
Hi, I cannot find the TinyRAM compiler. I think it would be great to show how the `.s` in https://github.com/scipr-lab/libsnark/tree/master/tinyram_examples can be generated.