From 64d90187816a19d8e12b2f219cf672810460d7f4 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Fri, 14 Apr 2017 12:17:01 +0900 Subject: correct CurveFp382_1 to _2 --- go/bls/bls_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go/bls/bls_test.go') diff --git a/go/bls/bls_test.go b/go/bls/bls_test.go index f2039fc..cf03c53 100644 --- a/go/bls/bls_test.go +++ b/go/bls/bls_test.go @@ -338,7 +338,7 @@ func TestMain(t *testing.T) { if GetMaxOpUnitSize() == 6 { t.Log("CurveFp382_1") test(t, CurveFp382_1) - t.Log("CurveFp382_1") + t.Log("CurveFp382_2") test(t, CurveFp382_2) } } -- cgit v1.2.3