boltlabs-inc / tss-ecdsa

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

Fix validation bug in non-interactive signing #470

Closed marsella closed 1 year ago

marsella commented 1 year ago

The non interactive signing protocol takes a list of public key shares as input. There should be one for each participant ID. We should check this when we create a new protocol participant, but we don't right now.