taurushq-io / multi-party-sig

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

General Clean Up #22

Closed adr1anh closed 3 years ago

adr1anh commented 3 years ago

The goal of this PR was to create a simple "handler" interface for interacting with protocols defined in terms of rounds. Along the way, many aspects of the project were changed in order to make the code more understandable, but also to make it easier easier to implement different types of protocols in the future.