Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
Public Member Functions | |
def | __init__ (self, Optional[str] pot_process_tool=None, bool dry_run=False) |
bool | compute_lagrange (self, str pot_file, int pot_degree, str lagrange_output_file, Optional[int] lagrange_degree) |
Public Attributes | |
pot_process_tool | |
dry_run | |
Wrapper around the pot-process command.
Definition at line 13 of file powersoftau_process_command.py.
def coordinator.powersoftau_process_command.PowersOfTauProcessCommand.__init__ | ( | self, | |
Optional[str] | pot_process_tool = None , |
||
bool | dry_run = False |
||
) |
Definition at line 18 of file powersoftau_process_command.py.
bool coordinator.powersoftau_process_command.PowersOfTauProcessCommand.compute_lagrange | ( | self, | |
str | pot_file, | ||
int | pot_degree, | ||
str | lagrange_output_file, | ||
Optional[int] | lagrange_degree | ||
) |
Definition at line 25 of file powersoftau_process_command.py.
coordinator.powersoftau_process_command.PowersOfTauProcessCommand.dry_run |
Definition at line 20 of file powersoftau_process_command.py.
coordinator.powersoftau_process_command.PowersOfTauProcessCommand.pot_process_tool |
Definition at line 19 of file powersoftau_process_command.py.