Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
Public Member Functions | |
def | __init__ (self, IContributionHandler handler, Configuration server_config, str server_dir) |
None | stop (self) |
Public Attributes | |
handler | |
config | |
upload_file | |
state_file_path | |
processing | |
contributors | |
state | |
handler_finalized | |
state_lock | |
thread | |
server | |
Server to coordinate an MPC, that serves challenges and accepts responses from contributors. Performs basic contribution management, ensuring contributions are from the correct party and submitted within the correct time window. MPC-specific operations (validation / challenge computation, etc) are performed by an IContributionHandler object.
def coordinator.server.Server.__init__ | ( | self, | |
IContributionHandler | handler, | ||
Configuration | server_config, | ||
str | server_dir | ||
) |
None coordinator.server.Server.stop | ( | self | ) |