Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DKGData ¶
DKGData represents all the output data from the DKG process, including private information. It is used while running the DKG during bootstrapping.
type DKGParticipantPriv ¶
type DKGParticipantPriv struct { NodeID flow.Identifier RandomBeaconPrivKey encodable.RandomBeaconPrivKey GroupIndex int }
bootstrap.DKGParticipantPriv is the canonical structure for encoding private node DKG information.
Click to show internal directories.
Click to hide internal directories.