Go to file
Sean Bowe a487c8a2d8
Add additional alignment assertions.
2016-08-09 00:39:50 -06:00
snark Add additional alignment assertions. 2016-08-09 00:39:50 -06:00
src Implementation cleanup and reorganization. 2016-08-09 00:35:28 -06:00
.gitignore Initial commit. 2016-08-01 18:48:33 -06:00
.gitmodules Remove ate-pairing, we shouldn't need it. 2016-08-09 00:36:49 -06:00
Cargo.lock Make FFT and division by d parallel. 2016-08-06 11:32:31 -06:00
Cargo.toml Make FFT and division by d parallel. 2016-08-06 11:32:31 -06:00
README.md Randompowers subprotocol simulation 2016-08-02 16:19:04 -06:00

README.md

mpc

This is a multi-party computation protocol for the key-generation step of Pinocchio 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