-
I know that jsnark uses prepFiles() to generate .arith and .in files, but how can verifiers recover the circuit outputs from these two files?
For example, a prover generates a rsa circuit, uses pubk…
-
"make check" and the compiler said the file missing.
-
prepare-depends.sh will not work behind a corporate/school network due to the method of pulling projects via "git" instead of "https" for all projects that are pulled in this file (xbyak, ate-pairing,…
-
- [ ] [Vitalik on zkSNARKs](https://medium.com/@VitalikButerin/quadratic-arithmetic-programs-from-zero-to-hero-f6d558cea649)
- [ ] [Pinocchio](https://eprint.iacr.org/2013/279.pdf)
- [ ] [zkSNARKs i…
-
-
I am trying to run the tutorial by running `g++ src/gadgetlib2/examples/tutorial.hpp
` from the libsnark folder without success. I am working on Ubuntu 15, with g++-5.2.
The error is: `tutorial.cpp:1…
EmaPK updated
6 years ago
-
Suggesting that you might relicense this project under MIT or BSD or Public Domain.
Many cryptographic libraries are licensed as such (e.g., secp256k1, libsnark, nacl, etc).
This makes it easier…
-
I would like to try out a different Barreto-Naehrig pairing. How would I go about computing the curve parameters used in libsnark such as the Frobenius_coeffs, the ate_loop_count, the final_exponent,…
-
Currently libsnark makes generous use of `assert()`s.
Any abnormal condition that may be triggered by bad external inputs should cause an (informative) exception, not an assert.
Likewise for ab…
-
Why to build your own library, when there is already a C++-based libsnark-alike PLONK-featuring implmenetaion by =nil; Foundation: https://github.com/NilFoundation/crypto3, (in here more precisely: ht…