boltlabs-inc / tss-ecdsa

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

Implement the interactive signing protocol #467

Closed marsella closed 1 year ago

marsella commented 1 year ago

In #425 we implemented non-interactive signing, which assumes you got a presign record as input. Now, implement interactive signing (internally). This should just call presign + sign in sequence.