boltlabs-inc / tss-ecdsa

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

T/N: Add share conversion to end of presign #548

Open becgabri opened 3 months ago

becgabri commented 3 months ago

This should be fairly straightforward. The share conversion protocol accepts two shares as input: values were originally written as $\chi_i$ and $k_i$ in the original protocol. Both should be converted to new $t$ out of $n$ shares and this should occur at the end of the presign protocol.

Relevant parts of spec: Section 4 (Proposal)