Package edu.cornell.cs.apl.viaduct.backend.commitment
Types
CommitmentProtocolCleartextInterpreter
Link copied to clipboard
class CommitmentProtocolCleartextInterpreter(program: ProgramNode, protocolAnalysis: ProtocolAnalysis, runtime: ViaductProcessRuntime) : SingleProtocolInterpreter<CommitmentProtocolCleartextInterpreter.HashedObject>
Content copied to clipboard
Commitment protocol interpreter for hosts holding the cleartext value.
CommitmentProtocolHashReplicaInterpreter
Link copied to clipboard
class CommitmentProtocolHashReplicaInterpreter(program: ProgramNode, protocolAnalysis: ProtocolAnalysis, runtime: ViaductProcessRuntime) : SingleProtocolInterpreter<CommitmentProtocolHashReplicaInterpreter.CommitmentObject>
Content copied to clipboard
Commitment protocol interpreter for hash replica hosts.
CommitmentProtocolInterpreterFactory
Link copied to clipboard