English

Federated Distributed Key Generation

Cryptography and Security 2025-11-18 v3

Abstract

Distributed Key Generation (DKG) underpins threshold cryptography in many systems, including decentralized wallets, validator key ceremonies, cross-chain bridges, threshold signatures, secure multiparty computation, and internet voting. Classical (tt,nn)-DKG assumes a fixed group of n parties and a global threshold tt, requiring full and timely participation. When actual participation deviates, the setup must abort or restart, which is impractical in open or time-critical environments where nn is large and availability unpredictable. We introduce Federated Distributed Key Generation (FDKG), inspired by Federated Byzantine Agreement, that makes participation optional and trust heterogeneous. Each participant selects a personal guardian set GiG_i of size kk and a local threshold tt. Its partial secret can later be reconstructed either by itself or by any t of its guardians. FDKG generalizes PVSS-based DKG and completes both generation and reconstruction in a single broadcast round each, with total communication proportional to nkn k and at most O(n2)O(n^2) for reconstruction. Our analysis shows that (i) generation ensures correctness, privacy, and robustness under standard PVSS-based DKG assumptions, and (ii) reconstruction provides liveness and privacy characterized by the guardian-set topology {GiG_i}. Liveness holds if no participant ii is corrupted together with at least kt+1k-t+1 of its guardians. Conversely, privacy is preserved unless the corrupted subset is itself reconstruction-capable.

Keywords

Cite

@article{arxiv.2502.20835,
  title  = {Federated Distributed Key Generation},
  author = {Stanislaw Baranski and Julian Szymanski},
  journal= {arXiv preprint arXiv:2502.20835},
  year   = {2025}
}
R2 v1 2026-06-28T22:01:28.285Z