Expand description
Distributed Key Generation (DKG) protocol types and functions.
Modules§
Functions§
- part1
- Performs the first part of the distributed key generation protocol for the given participant.
- part2
- Performs the second part of the distributed key generation protocol
for the participant holding the given
round1::SecretPackage, given the receivedround1::Packages received from the other participants. - part3
- Performs the third and final part of the distributed key generation protocol
for the participant holding the given
round2::SecretPackage, given the receivedround1::Packages andround2::Packages received from the other participants.