bnb-chain / tss-lib

Threshold Signature Scheme, for ECDSA and EDDSA
MIT License
790 stars 271 forks source link

[nit] remove unnecessary assignment #245

Closed zhiqiangxu closed 9 months ago

zhiqiangxu commented 1 year ago

samplePolynomial has already assigned secret to the 0 index, so no need to assign again.