Expand description
DKG coordinator protocol — distributed key generation.
Each party contributes randomness to generate a shared keypair without any single party knowing the full secret.
Structs§
- DkgContribution
- A DKG contribution from one party.
- DkgSession
- DKG session state.
Functions§
- compute_
aggregate_ share - Compute party i’s aggregate share from all contributions.
- compute_
joint_ public_ key - Compute the joint public key from all VSS commitments.
- generate_
contribution - Generate a DKG contribution: polynomial shares for all parties.