Go to file
Sean Bowe 977a8e8dab
Add Fr::inverse
2016-08-04 20:22:31 -06:00
snark Add Fr::inverse 2016-08-04 20:22:31 -06:00
src More possible libsnark interactions (exponentiation of Fr, zero/one) and changes to `const` in interface. 2016-08-03 09:10:59 -06:00
.gitignore Initial commit. 2016-08-01 18:48:33 -06:00
.gitmodules Allow us to easily switch to ate-pairing later. 2016-08-02 23:06:22 -06:00
Cargo.lock Add Fr::inverse 2016-08-04 20:22:31 -06:00
Cargo.toml Rename mpc_snark to snark. 2016-08-02 10:25:57 -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