Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Alice ¶
type Alice struct {
// contains filtered or unexported fields
}
Alice struct encoding Alice's state during one execution of the overall signing algorithm. At the end of the joint computation, Alice will not possess the signature.
func NewAlice ¶
func NewAlice(curve *curves.Curve, output *sign_offline.AliceOutput) *Alice
NewAlice creates a party that can participate in protocol runs of DKLs sign, in the role of Alice.
type Bob ¶
type Bob struct {
// contains filtered or unexported fields
}
Bob struct encoding Bob's state during one execution of the overall signing algorithm. At the end of the joint computation, Bob will obtain the signature.
Click to show internal directories.
Click to hide internal directories.