boltlabs-inc / tss-ecdsa

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

Improve code quality in presign imports #451

Closed marsella closed 1 year ago

marsella commented 1 year ago

There are a few ways in which presign is inconsistent in its naming and module structure compared to the other repos

We should clean this up so that as we start using presign in external settings, the use structure makes sense.

Also, presign's participant module is huge; the Input type can be moved to a separate module. See also: #246