Practical Asynchronous Distributed Key Generation
Practical Asynchronous Distributed Key Generation
复制标题
DOI:
10.1109/sp46214.2022.9833584
复制
发表时间:
2022-05
期刊:
影响因子:
--
通讯作者:
Sourav Das;Thomas Yurek;Zhuolun Xiang;Andrew K. Miller;Lefteris Kokoris-Kogias;Ling Ren
中科院分区:
文献类型:
--
作者:
Sourav Das;Thomas Yurek;Zhuolun Xiang;Andrew K. Miller;Lefteris Kokoris-Kogias;Ling Ren
Distributed Key Generation (DKG) is a technique to bootstrap threshold cryptosystems without a trusted third party and is a building block to decentralized protocols such as randomness beacons, threshold signatures, and general multiparty computation. Until recently, DKG protocols have assumed the synchronous model and thus are vulnerable when their underlying network assumptions do not hold. The recent advancements in asynchronous DKG protocols are insufficient as they either have poor efficiency or limited functionality, resulting in a lack of concrete implementations. In this paper, we present a simple and concretely efficient asynchronous DKG (ADKG) protocol. In a network of n nodes, our ADKG protocol can tolerate up to $t\lt n/3$ malicious nodes and have an expected $O(\kappa n^{3})$ communication cost, where $\kappa$ is the security parameter. Our ADKG protocol produces a field element as the secret and is thus compatible with off-the-shelf threshold cryptosystems. We implement our ADKG protocol and evaluate it using a network of up to 128 nodes in geographically distributed AWS instances. Our evaluation shows that our protocol takes as low as 3 and 9.5 seconds to terminate for 32 and 64 nodes, respectively. Also, each node sends only 0.7 Megabytes and 2.9 Megabytes of data during the two experiments, respectively.