taurushq-io / multi-party-sig

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

Protocol cleanup #26

Closed adr1anh closed 3 years ago

adr1anh commented 3 years ago

The goal of this PR was to make the sign and keygen protocol depend less on a shared state between rounds. The main difference is that the LocalParty structs are now removed, in favor of more maps contained in the respective rounds.