Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Alice ¶
func NewAlice ¶
func NewAlice[A any, B any](curve *curves.Curve, output *dkg.Output, sender MTASender[A, B]) *Alice[A, B]
NewAlice creates a party that can participate in protocol runs of DKLs sign, in the role of Alice.
func (*Alice[A, B]) Output ¶
func (alice *Alice[A, B]) Output() *AliceOutput
type AliceOutput ¶
type Bob ¶
func NewBob ¶
func NewBob[A any, B any](curve *curves.Curve, output *dkg.Output, receiver MTAReceiver[A, B]) *Bob[A, B]
NewBob creates a party that can participate in protocol runs of DKLs sign, in the role of Bob. This party receives the signature at the end.
func (*Bob[A, B]) Step1 ¶
func (bob *Bob[A, B]) Step1() (schnorr.Commitment, A)
type MTAReceiver ¶
Click to show internal directories.
Click to hide internal directories.