Zeth - Zerocash on Ethereum  0.8
Reference implementation of the Zeth protocol by Clearmatics
Classes | Variables
coordinator.phase1_contribution_handler Namespace Reference

Classes

class  _Phase1State
 
class  Phase1ContributionHandler
 
class  Phase1ServerConfig
 

Variables

string PHASE1_STATE_FILE = "phase1_state.json"
 
string TRANSCRIPT_FILE = "transcript"
 
string FINAL_OUTPUT = "final_output.bin"
 
string FINAL_TRANSCRIPT = "final_transcript.bin"
 

Variable Documentation

◆ FINAL_OUTPUT

string coordinator.phase1_contribution_handler.FINAL_OUTPUT = "final_output.bin"

Definition at line 24 of file phase1_contribution_handler.py.

◆ FINAL_TRANSCRIPT

string coordinator.phase1_contribution_handler.FINAL_TRANSCRIPT = "final_transcript.bin"

Definition at line 25 of file phase1_contribution_handler.py.

◆ PHASE1_STATE_FILE

string coordinator.phase1_contribution_handler.PHASE1_STATE_FILE = "phase1_state.json"

Definition at line 21 of file phase1_contribution_handler.py.

◆ TRANSCRIPT_FILE

string coordinator.phase1_contribution_handler.TRANSCRIPT_FILE = "transcript"

Definition at line 23 of file phase1_contribution_handler.py.