The signing code was using thresholdT-1 while keygen was using thresholdT, causing Lagrange coefficient mismatch and "U doesn't equal T" error in round 9. Root cause: commit |
||
|---|---|---|
| .. | ||
| keygen.go | ||
| signing.go | ||
| tss_test.go | ||
The signing code was using thresholdT-1 while keygen was using thresholdT, causing Lagrange coefficient mismatch and "U doesn't equal T" error in round 9. Root cause: commit |
||
|---|---|---|
| .. | ||
| keygen.go | ||
| signing.go | ||
| tss_test.go | ||