C# 클래스 MpcLib.BasicProtocols.SynchronizationProtocol

상속: MpcLib.DistributedSystem.Protocol
파일 보기 프로젝트 열기: mahdiz/mpclib

공개 메소드들

메소드 설명
HandleMessage ( int fromId, Msg msg ) : void
Start ( ) : void
SynchronizationProtocol ( Party me, SortedSet partyIds, IEnumerable protocols, ulong protocolId ) : System

메소드 상세

HandleMessage() 공개 메소드

public HandleMessage ( int fromId, Msg msg ) : void
fromId int
msg MpcLib.DistributedSystem.Msg
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

SynchronizationProtocol() 공개 메소드

public SynchronizationProtocol ( Party me, SortedSet partyIds, IEnumerable protocols, ulong protocolId ) : System
me MpcLib.DistributedSystem.Party
partyIds SortedSet
protocols IEnumerable
protocolId ulong
리턴 System