taurushq-io / multi-party-sig

Implementation of protocols for threshold signatures
Apache License 2.0
312 stars 120 forks source link

Remove broadcast round in `cmp/keygen` #50

Closed adr1anh closed 3 years ago

adr1anh commented 3 years ago

After rereading Lindell's threshold ECDSA paper, the "echo-hash" of commitments in the keygen are now done in parallel in the round where the decommitments are sent.