-
- [ ] Have explicit `struct` members of the `a,b,c` polynomials currently stored as a single vector `W_polys_blinded_at_secret_g1[a,b,c]` in the `plonk_proof` class. Similarly, have explicit `struct` …
-
We disabled point compression in libsnark (https://github.com/Electric-Coin-Company/libzerocash/commit/b67adce278414dcab4b2a4a165331a2da52a743a), because loading the parameters was taking too long. Pe…
daira updated
4 years ago
-
Hi SCIPRs,
As part of a project adding Bazel support to [Mina](https://github.com/MinaProtocol/mina), I've bazelized libsnark and its dependencies. Unfortunately, Mina has dropped libsnark in favo…
-
I'd like to help write a parser/serializer for the outputted R1CS, but I need to understand the schema (i.e., the format of the output). I tried looking around to see if I could find some function/do…
-
We currently have:
- `member_variable` in most old code
- `member_variable_` in a few bits of old code
- `_member_variable` used in most new code
Determine a policy (e.g. `_member_variable` for …
-
I don't think this should be a priority. I'm only opening the ticket so I can link to it. Right now, if a 32-bit build succeeded, it might be dangerous according to [the docs](https://zcash.readthedoc…
-
I was planning to use ggh_hash as the hash function input to hmac, along with a key and a message; and generate a proof. Is this a feasible approach?
-
Looks like in ZKP space there is a good separation like in LLVM toolchain - there is a set of tools to define circuits (R1CS) and calculate witness, and bellman or libsnark can be a proof generation b…
-
The input consistency polynomial defined [starting at QAP_query.hpp on Line 45](https://github.com/jancarlsson/snarklib/blob/eb394b8c0bfa270417ed411942f36e130fcd974e/QAP_query.hpp#L45) apparently has …
-
Hi,
In the [tutorial of libsnark](https://github.com/scipr-lab/libsnark/blob/master/libsnark/zk_proof_systems/ppzksnark/r1cs_ppzksnark/examples/run_r1cs_ppzksnark.tcc) and as well as in the [tutori…