Skip to main content

Module dkg_coordinator

Module dkg_coordinator 

Source
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.