C# Class MpcLib.SecretSharing.WelchBerlekampDecoder

Afficher le fichier Open project: mahdiz/mpclib

Méthodes publiques

Méthode Description
Decode ( IList XValues, IList YValues, int e, int polyDeg, int prime ) : IList

Private Methods

Méthode Description
getWelchBerlekampConstraintVector ( IList XVlaues, IList YVlaues, int n, int e, int prime ) : Zp[]
getWelchBerlekampMatrix ( IList XVlaues, IList YVlaues, int n, int e, int prime ) : ZpMatrix
interpolatePolynomial ( IList XVlaues, IList YVlaues, int e, int polynomDeg, int prime ) : Polynomial
linearSolve ( ZpMatrix A, ZpMatrix B, int prime ) : Zp[]

Method Details

Decode() public static méthode

public static Decode ( IList XValues, IList YValues, int e, int polyDeg, int prime ) : IList
XValues IList
YValues IList
e int
polyDeg int
prime int
Résultat IList