Skip to content

Commit

Permalink
feat: phase2-cli merge command (#1242)
Browse files Browse the repository at this point in the history
The phase2-cli 'merge' command merges large and small param files.

The final phase2 participant generates small-raw params, which are
converted into small-nonraw using 'phase2 convert'. Those small-nonraw
params are then merged into the large initial params to produce the
final 'MPCParameters' file for a circuit.
  • Loading branch information
DrPeterVanNostrand committed Aug 5, 2020
1 parent 95b1770 commit abe7355
Show file tree
Hide file tree
Showing 2 changed files with 396 additions and 7 deletions.
1 change: 1 addition & 0 deletions filecoin-proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ generic-array = "0.13.2"
structopt = "0.3.12"
humansize = "1.1.0"
indicatif = "0.14.0"
groupy = "0.3.0"

[dependencies.reqwest]
version = "0.10"
Expand Down
Loading

0 comments on commit abe7355

Please sign in to comment.