boltlabs-inc / tss-ecdsa

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

Implement `ProtocolParticipant` for signing #461

Closed marsella closed 1 year ago

marsella commented 1 year ago

Addresses part of #425 but doesn't complete it.

This adds everything but the implementation of the actual signing protocol. It

I'm separating this into its own PR so that it'll be easier to review the signing protocol itself without all this "noise".