Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddShare ¶
type AddShare struct { // contains filtered or unexported fields }
func NewAddShare ¶
func NewAddShare(peerManager types.PeerManager, pubkey *ecpointgrouplaw.ECPoint, threshold uint32, share *big.Int, bks map[string]*birkhoffinterpolation.BkParameter, newPeerID string, listener types.StateChangedListener) (*AddShare, error)
type Result ¶
type Result struct { PublicKey *ecpointgrouplaw.ECPoint Bks map[string]*birkhoffinterpolation.BkParameter }
Click to show internal directories.
Click to hide internal directories.