Go to file
Sean Bowe 82bcbddb57
Add tests for to_string/from_string behavior.
2016-09-23 23:02:38 -06:00
iso Split Digest into Digest512/Digest256 using blake2b/blake2s. 2016-09-23 22:42:27 -06:00
snark Update `bn` crate. 2016-09-18 21:56:51 -06:00
src Add tests for to_string/from_string behavior. 2016-09-23 23:02:38 -06:00
.gitignore Use `Digest256` for commitments. 2016-09-23 22:53:34 -06:00
.gitmodules Remove ate-pairing, we shouldn't need it. 2016-08-09 00:36:49 -06:00
Cargo.lock Add BLAKE2. 2016-09-19 10:35:32 -06:00
Cargo.toml Working DVD communication utilities. 2016-09-23 10:00:46 -06:00
README.md Add links for Ariel/Matthew 2016-08-19 01:24:48 -06:00
build-iso.sh Add ISO generation dockerfile. 2016-09-23 10:01:00 -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