Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Frost ¶
type Frost struct {
ID peer.ID // this peer's ID
T uint32 // threshold
N uint32 // number of parties
K dkg.Keys // key share and group pubkey
Keys map[peer.ID]*ristretto255.Element // group keys derived from public commitments
Msg peer.Transport // message tranport layer
}
Frost defines the interface for computing threshold signatures
Click to show internal directories.
Click to hide internal directories.