sapling-mpc
sapling-mpc copied to clipboard
Multi-party computation for Zcash's "Sapling" zk-SNARK public parameters
Results
2
sapling-mpc issues
Sort by
recently updated
recently updated
newest added
- Sapling parameters will now be used from their default location if a `params` file is not provided in the current directory. - Tested on Ubuntu and Windows 10. -...
Failure to write the output or joinsplit returns the same error as failure to write spend File:compute.rs L32-34: ``` sapling_spend.write(&mut new_params).expect("couldn't write new Sapling Spend params"); sapling_output.write(&mut new_params).expect("couldn't write new...