C# Class MpcLib.ByzantineAgreement.BroadcastMessage

Inheritance: MpcLib.DistributedSystem.Msg
ファイルを表示 Open project: mahdiz/mpclib

Public Properties

Property Type Description
Stage BroadcastStage
k int

Public Methods

Method Description
BroadcastMessage ( BroadcastStage stage, int k ) : MpcLib.DistributedSystem

Method Details

BroadcastMessage() public method

public BroadcastMessage ( BroadcastStage stage, int k ) : MpcLib.DistributedSystem
stage BroadcastStage
k int
return MpcLib.DistributedSystem

Property Details

Stage public_oe property

public BroadcastStage Stage
return BroadcastStage

k public_oe property

public int k
return int