Documentation ¶
Index ¶
Constants ¶
View Source
const ( OutChannelSize = 1000 EndChannelSize = 1 WaitingCap = 100 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeygenParty ¶
type KeygenParty struct {
// contains filtered or unexported fields
}
func NewKeygenParty ¶
func NewKeygenParty(id uint64, sessionType types.SessionType, parties []*rarimo.Party, secret *secret.TssSecret, coreCon *connectors.CoreConnector, log *logan.Entry) *KeygenParty
func (*KeygenParty) Result ¶
func (k *KeygenParty) Result() *keygen.LocalPartySaveData
func (*KeygenParty) Run ¶
func (k *KeygenParty) Run(ctx context.Context)
func (*KeygenParty) WaitFor ¶
func (k *KeygenParty) WaitFor()
type SignParty ¶
type SignParty struct {
// contains filtered or unexported fields
}
func NewSignParty ¶
func NewSignParty(data string, id uint64, sessionType types.SessionType, parties []*rarimo.Party, secret *secret.TssSecret, coreCon *connectors.CoreConnector, log *logan.Entry) *SignParty
func (*SignParty) Result ¶
func (p *SignParty) Result() *common.SignatureData
Click to show internal directories.
Click to hide internal directories.