boltlabs-inc / tss-ecdsa

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

fix validation bug in new signer #471

Closed marsella closed 1 year ago

marsella commented 1 year ago

Closes #470

Fixes a bug where we didn't validate the input to signing correctly, and fixes the test where we made exactly that mistake.