Module dkg

Source
Expand description

This module implements the distributed key generation protocol based on Protocol 6.1 from the paper “Efficient Multi-Party Computation with Dispute Resolution” https://eprint.iacr.org/2022/374.pdf and OT parameters from here “Threshold ECDSA in Three Rounds” https://eprint.iacr.org/2023/765.pdf

Functions§

run
Executes the Distributed Key Generation protocol

Type Aliases§

Seed
Seed type for the ChaCha20 random number generator