Go to file
Sean Bowe 79e5782089
Fundamental pieces of the random powers subprotocol
2016-08-02 14:01:25 -06:00
snark Fundamental pieces of the random powers subprotocol 2016-08-02 14:01:25 -06:00
src Fundamental pieces of the random powers subprotocol 2016-08-02 14:01:25 -06:00
.gitignore Initial commit. 2016-08-01 18:48:33 -06:00
.gitmodules Split libsnark interactions into subcrate 2016-08-02 10:22:35 -06:00
Cargo.lock Rename mpc_snark to snark. 2016-08-02 10:25:57 -06:00
Cargo.toml Rename mpc_snark to snark. 2016-08-02 10:25:57 -06:00
README.md Initial commit. 2016-08-01 18:48:33 -06:00

README.md

mpc

This is a multi-party computation protocol for the key-generation step of Pinnochio zkSNARKs [PGHR13] designed for use in the Zcash "Sprout" public parameter ceremony.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Authors