Skip to main content

co-circom CLI

Usage: co-circom <COMMAND>

Commands:
split-witness Splits an existing witness file generated by circom into secret shares for use in MPC
split-input Splits a JSON input file into secret shares for use in MPC
merge-input-shares Merge multiple shared inputs received from multiple parties into a single one
generate-witness Evaluates the extended witness generation for the specified circuit and input share in MPC
translate-witness Translates the witness generated with one MPC protocol to a witness for a different one
generate-proof Evaluates the prover algorithm for the specified circuit and witness share in MPC
verify Verification of a circom proof
help Print this message or the help of the given subcommand(s)

Options:
-h, --help Print help
-V, --version Print version