C# Class MpcLib.MultiPartyShuffling.MpsParty

Inheritance: MpcLib.DistributedSystem.Party
Datei anzeigen Open project: mahdiz/mpclib

Public Methods

Method Description
MpsParty ( int numParties, BigZp input ) : System
Start ( ) : void

Method Details

MpsParty() public method

public MpsParty ( int numParties, BigZp input ) : System
numParties int
input BigZp
return System

Start() public method

public Start ( ) : void
return void