powersoftau
powersoftau copied to clipboard
Communal zk-SNARK MPC for Public Parameters
I'm interested in seeing if it's possible to leverage the powers of tau as they exist in [the zcash downloads](https://download.z.cash/downloads/powersoftau/) for constructing the reference string needed in KZG10. KZG10 is...
I know that the trusted setup requires random numbers and circuits to be used together, and if the random numbers are not random enough or leaked, the entire zkp may...
Facing crate version conflicts when trying importing powersoftau. Updating the dependency versions fixes it. It would be great to have an updated crate for this :)
I'm having trouble locating the code that zeroes memory containing the seed that is is computed in `src/bin/compute.rs`. As far as I can tell the following bytes need to be...
I've heard there's interest in reproducible builds, since I've already worked on reproducible rust I've documented how to do that. The reprotest command can be included in a CI system...
In order to make it easier for participants to follow ["Eliminating the possibility of backdoors with high probability"](https://lists.z.cash.foundation/pipermail/zapps-wg/2017/000020.html), it would be good if the system RNG could be disabled so...
can i change some parameters to support >2^22 circuit?
the original snarkjs setup is too slow. consider support bn128?