Package-level declarations
Types
Link copied to clipboard
class CommitmentProtocolCleartextInterpreter(program: ProgramNode, protocolAnalysis: ProtocolAnalysis, runtime: ViaductProcessRuntime) : SingleProtocolInterpreter<CommitmentProtocolCleartextInterpreter.HashedObject>
Commitment protocol interpreter for hosts holding the cleartext value.
Link copied to clipboard
class CommitmentProtocolHashReplicaInterpreter(program: ProgramNode, protocolAnalysis: ProtocolAnalysis, runtime: ViaductProcessRuntime) : SingleProtocolInterpreter<CommitmentProtocolHashReplicaInterpreter.CommitmentObject>
Commitment protocol interpreter for hash replica hosts.
Link copied to clipboard