C# Class MpcLib.MpcProtocols.Bgw.Vss.SecretPolynomials

Inheritance: BgwShare
Afficher le fichier Open project: mahdiz/mpclib Class Usage Examples

Méthodes publiques

Méthode Description
CalculateF_i_xValuesForPlayers ( int numOfPlayers, int prime ) : IList
Equals ( object obj ) : bool
SecretPolynomials ( ) : System.Collections.Generic
ToString ( ) : string
calculateG_i_yValuesForVerification ( int numOfPlayers, int prime ) : IList

Method Details

CalculateF_i_xValuesForPlayers() public méthode

public CalculateF_i_xValuesForPlayers ( int numOfPlayers, int prime ) : IList
numOfPlayers int
prime int
Résultat IList

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

SecretPolynomials() public méthode

public SecretPolynomials ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string

calculateG_i_yValuesForVerification() public méthode

public calculateG_i_yValuesForVerification ( int numOfPlayers, int prime ) : IList
numOfPlayers int
prime int
Résultat IList