internal/edwards25519: fix shadowing of B in TestAddSubNegOnBasePoint

This commit is contained in:
Filippo Valsorda 2019-05-12 04:05:16 -04:00
parent 116bee5e3d
commit 97912109c3
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ var (
)
func TestAddSubNegOnBasePoint(t *testing.T) {
var B, Bneg ProjP3
var Bneg ProjP3
var tmpP2 ProjP2
var tmpP1xP1 ProjP1xP1
var tmpCached ProjCached