C# 클래스 MpcLib.MpcProtocols.Bgw.Vss.BgwVss

파일 보기 프로젝트 열기: mahdiz/mpclib

공개 메소드들

메소드 설명
ShareByzantineCase ( Zp secret, int numPlayers, int polynomDeg ) : IList

Creates a random polynomial f(x,y) and then to create from it for the i-th player two polynomials : fi(x) = f(x,w^i) and gi(y) = f(w^i,y).

비공개 메소드들

메소드 설명
GenerateF_i_xPolynomial ( ZpMatrix f_x_y, Zp secret, int playerNum ) : IList
GenerateG_i_yPolynomial ( ZpMatrix f_x_y, Zp secret, int playerNum ) : IList

메소드 상세

ShareByzantineCase() 공개 정적인 메소드

Creates a random polynomial f(x,y) and then to create from it for the i-th player two polynomials : fi(x) = f(x,w^i) and gi(y) = f(w^i,y).
public static ShareByzantineCase ( Zp secret, int numPlayers, int polynomDeg ) : IList
secret Zp
numPlayers int
polynomDeg int
리턴 IList