Go to file
Sean Bowe 731860e477
Further reorganization
2016-08-02 09:17:38 -06:00
libsnark@a7031481fd Foundations of libsnark interaction and BN curve operation wrappers. 2016-08-01 20:55:36 -06:00
src Further reorganization 2016-08-02 09:17:38 -06:00
.gitignore Initial commit. 2016-08-01 18:48:33 -06:00
.gitmodules Foundations of libsnark interaction and BN curve operation wrappers. 2016-08-01 20:55:36 -06:00
Cargo.lock Foundations of libsnark interaction and BN curve operation wrappers. 2016-08-01 20:55:36 -06:00
Cargo.toml Foundations of libsnark interaction and BN curve operation wrappers. 2016-08-01 20:55:36 -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