You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sean Bowe 7934d34502
Add the output of the randomness beacon, courtesy of Jason Davies.
5 years ago
src/bin Add the output of the randomness beacon, courtesy of Jason Davies. 5 years ago
.gitignore Initial commit 6 years ago
COPYRIGHT Initial commit 6 years ago
Cargo.lock Add implementation of random beacon for phase 2 of Sapling MPC. 5 years ago
Cargo.toml Add implementation of random beacon for phase 2 of Sapling MPC. 5 years ago
LICENSE-APACHE Initial commit 6 years ago
LICENSE-MIT Initial commit 6 years ago
README.md Update to latest circuit code 5 years ago

README.md

sapling-mpc

This code can be used to participate and verify the Sapling network upgrade MPC.

What do I do?

Contact mpc@z.cash to schedule a time to participate. You'll need the latest (stable) Rust compiler to participate using this code.

When it's your turn, you'll receive a params file from us. Place this file in the current directory and run:

cargo run --release --bin compute

This will compute for a little while, and then spit out a new_params file. That's what you'll upload back to us.

The tool also prints a hash. This hash is what you and others can use to verify that your contribution actually ended up in the final parameters, so you're encouraged to save it to check later!

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.