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

Classes

class  PowersOfTauCommand
 

Variables

string CHALLENGE_FILE = "challenge"
 
string NEW_CHALLENGE_FILE = "new_challenge"
 
string RESPONSE_FILE = "response"
 
string CONFIG = "release"
 

Variable Documentation

◆ CHALLENGE_FILE

string coordinator.powersoftau_command.CHALLENGE_FILE = "challenge"

Definition at line 11 of file powersoftau_command.py.

◆ CONFIG

string coordinator.powersoftau_command.CONFIG = "release"

Definition at line 15 of file powersoftau_command.py.

◆ NEW_CHALLENGE_FILE

string coordinator.powersoftau_command.NEW_CHALLENGE_FILE = "new_challenge"

Definition at line 12 of file powersoftau_command.py.

◆ RESPONSE_FILE

string coordinator.powersoftau_command.RESPONSE_FILE = "response"

Definition at line 13 of file powersoftau_command.py.