C# 클래스 MpcLib.SecretSharing.QuorumSharing

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

공개 메소드들

메소드 설명
CombineReshares ( IList reshares, int newQuorumSize, int prime ) : Zp

Each party in the new quorum needs to call this with the shares received from the old quorum to calculate its share

CreateReshares ( Zp secret, int newQuorumSize, int polyDeg ) : IList

Creates new shares that should be distributed to each of the parties in the new quorum

CreateReshares ( Zp secret, int newQuorumSize, int polyDeg, IList &coeffs ) : IList

메소드 상세

CombineReshares() 공개 정적인 메소드

Each party in the new quorum needs to call this with the shares received from the old quorum to calculate its share
public static CombineReshares ( IList reshares, int newQuorumSize, int prime ) : Zp
reshares IList
newQuorumSize int
prime int
리턴 Zp

CreateReshares() 공개 정적인 메소드

Creates new shares that should be distributed to each of the parties in the new quorum
public static CreateReshares ( Zp secret, int newQuorumSize, int polyDeg ) : IList
secret Zp
newQuorumSize int
polyDeg int
리턴 IList

CreateReshares() 공개 정적인 메소드

public static CreateReshares ( Zp secret, int newQuorumSize, int polyDeg, IList &coeffs ) : IList
secret Zp
newQuorumSize int
polyDeg int
coeffs IList
리턴 IList