We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b2f2f commit 71995d3Copy full SHA for 71995d3
1 file changed
share/poly_test.go
@@ -43,7 +43,7 @@ func TestSecretRecovery(test *testing.T) {
43
// See TestPublicRecoveryOutIndex for testing with the commitment.
44
func TestSecretRecoveryOutIndex(test *testing.T) {
45
g := edwards25519.NewBlakeSHA256Ed25519()
46
- var n int64 = 10
+ n := uint32(10)
47
t := n/2 + 1
48
poly := NewPriPoly(g, t, nil, g.RandomStream())
49
shares := poly.Shares(n)
0 commit comments