Closed matthiasgeihs closed 1 month ago
That is a dkg tailored for dkls ecdsa signature with OT. DKLS.DKG here is
we haven't considered separating them , yes if you want OT you do not need shamir secret shares from polynomials. But that repo is the implementation of DKLS DKG and DSG protocols and we are not considering separate them
Description
Looking at the code, I realize that the 4-message DKG protocol also includes the OT setup. Assuming there is no dependency between OT Setup and DKG, have you considered separating the OT Setup from the DKG? Would running just the OT setup require less rounds?
Motivation
In some applications, DKG is a separate component from DSG. The services running these protocols may be totally independent. In such a setting, it is useful if the DKG can run separately from the DSG.