Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
cychuang0924 committed Jun 29, 2022
1 parent 612667f commit afbe1b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crypto/tss/eddsa/frost/signer/signer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func TestSigner(t *testing.T) {

var _ = Describe("Signer", func() {
var (
RumTime = 10
RumTime = 20
curve = elliptic.Ed25519()
poly, _ = polynomial.RandomPolynomial(curve.Params().N, 2)
x1, _ = utils.RandomPositiveInt(curve.Params().N)
Expand Down Expand Up @@ -148,7 +148,7 @@ var _ = Describe("Signer", func() {
{x2, share2, big.NewInt(0)},
{x3, share3, big.NewInt(0)},
}, secrertRandomKey, nil),
FEntry("(x-cooord, share, rank):", [][]*big.Int{
Entry("(x-cooord, share, rank):", [][]*big.Int{
{setx1, setShare1, big.NewInt(0)},
{setx2, setShare2, big.NewInt(0)},
{setx3, setShare3, big.NewInt(0)},
Expand Down

0 comments on commit afbe1b3

Please sign in to comment.