Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
This is the complete list of members for coordinator.mpc_command.MPCCommand, including all inherited members.
__init__(self, Optional[str] mpc_tool="", bool dry_run=False) | coordinator.mpc_command.MPCCommand | |
create_keypair(self, str powersoftau_file, str linear_comb_file, str final_challenge, str keypair_out_file, Optional[int] pot_degree=None) | coordinator.mpc_command.MPCCommand | |
dry_run | coordinator.mpc_command.MPCCommand | |
linear_combination(self, str powersoftau_file, str lagrange_file, str linear_comb_out_file, Optional[int] pot_degree=None) | coordinator.mpc_command.MPCCommand | |
mpc_tool | coordinator.mpc_command.MPCCommand | |
phase2_begin(self, str linear_comb_file, str challenge_0_file) | coordinator.mpc_command.MPCCommand | |
phase2_contribute(self, str challenge_file, str output_file, Optional[str] digest_file=None, bool skip_user_input=False) | coordinator.mpc_command.MPCCommand | |
phase2_verify_contribution(self, str orig_challenge, str response, Optional[str] out_new_challenge=None, Optional[str] transcript=None) | coordinator.mpc_command.MPCCommand | |
phase2_verify_transcript(self, str orig_challenge, str final_challenge, str transcript, Optional[str] digest_file=None) | coordinator.mpc_command.MPCCommand |