C# Class MpcLib.DistributedSystem.QuorumSystem.QuorumBuilding.AlmostEverywhereProtocol

Inheritance: AsyncProtocol, IQuorumBuilder
Afficher le fichier Open project: mahdiz/mpclib

Méthodes publiques

Méthode Description
AlmostEverywhereProtocol ( AsyncParty e, ReadOnlyCollection processorIds, SafeRandom randGen, StateKey stateKey ) : System
AlmostEverywhereProtocol ( AsyncParty e, ReadOnlyCollection processorIds, StateKey stateKey ) : System
Run ( ) : void

Private Methods

Méthode Description
AlmostEverywhere ( ) : int
SetupCandidateList ( ) : void

Method Details

AlmostEverywhereProtocol() public méthode

public AlmostEverywhereProtocol ( AsyncParty e, ReadOnlyCollection processorIds, SafeRandom randGen, StateKey stateKey ) : System
e AsyncParty
processorIds ReadOnlyCollection
randGen MpcLib.Common.StochasticUtils.SafeRandom
stateKey StateKey
Résultat System

AlmostEverywhereProtocol() public méthode

public AlmostEverywhereProtocol ( AsyncParty e, ReadOnlyCollection processorIds, StateKey stateKey ) : System
e AsyncParty
processorIds ReadOnlyCollection
stateKey StateKey
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void