boltlabs-inc / tss-ecdsa

An implementation of a threshold ECDSA signature scheme
Other
12 stars 5 forks source link

Set up infrastructure for the interactive signing protocol #435

Closed marsella closed 1 year ago

marsella commented 1 year ago

Once the "standalone" signing protocol is implemented, we can use it as a building block to implement interactive signing. To reduce PR size, we'll implement interactive signing in two parts. This is the first part: defining types and putting other infrastructure in place. The second part will be the actual protocol implementation.

We want to outline a type for interactive signing that implements ProtocolParticipant with: