mpc icon indicating copy to clipboard operation
mpc copied to clipboard

zk-SNARK parameter multi-party computation protocol

Results 6 mpc issues
Sort by recently updated
recently updated
newest added

I'm using centos 7.7 here is my system info : > Linux izj6c0hm1pb36m6j7ikro0z 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4 23:02:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux > [root@izj6c0hm1pb36m6j7ikro0z mpc]# ./build-iso.sh...

Transcript is now at https://download.z.cash/zcashfinalmpc/transcript.cached

``` $ RUST_BACKTRACE=1 cargo run --release --bin verifier Compiling rustc-serialize v0.3.19 Compiling snark v0.0.1 (/Users/rex/zcash-mpc/snark) error: failed to run custom build command for `snark v0.0.1 (/Users/rex/zcash-mpc/snark)` process didn't exit successfully:...

documentation

I found the old description too brief because it didn't clearly explain _what_ the transcript is and _why_ the transcript is important. Hopefully this is an accurate description. :blush:

Hi, I'm trying to practice reproducing the build. I am on this version of docker `Docker version 1.12.1, build 23cf638` on ubuntu, and get the following error when trying to...

`./build-iso.sh` fails at: ``` Step 31 : ADD gradm-improved /home/builder/gradm-improved/ ---> b856c2822089 Removing intermediate container 3d0a04153b5f Step 32 : RUN chown -R builder:abuild /home/builder/gradm-improved/ ---> Running in 72061adf02e2 ---> 94bf2c63ada0...

bug