bnb-chain / tss-lib

Threshold Signature Scheme, for ECDSA and EDDSA
MIT License
759 stars 261 forks source link

check whether the threshold and size of vs is equal #291

Closed asdfsx closed 3 months ago

asdfsx commented 5 months ago

In Breaking the shared key in threshold signature schemes there is a problem when commitments is not equals to threshold. So I add the check to prevent this problem.