diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2017-04-14 11:17:01 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2017-04-14 11:17:01 +0800 |
commit | 64d90187816a19d8e12b2f219cf672810460d7f4 (patch) | |
tree | 34723ae70a9141b4dd987530fa5b3e05b3d39b98 /go | |
parent | 737475faeaca06f65f1a95db810ba2aa6f83e422 (diff) | |
download | dexon-bls-64d90187816a19d8e12b2f219cf672810460d7f4.tar dexon-bls-64d90187816a19d8e12b2f219cf672810460d7f4.tar.gz dexon-bls-64d90187816a19d8e12b2f219cf672810460d7f4.tar.bz2 dexon-bls-64d90187816a19d8e12b2f219cf672810460d7f4.tar.lz dexon-bls-64d90187816a19d8e12b2f219cf672810460d7f4.tar.xz dexon-bls-64d90187816a19d8e12b2f219cf672810460d7f4.tar.zst dexon-bls-64d90187816a19d8e12b2f219cf672810460d7f4.zip |
correct CurveFp382_1 to _2
Diffstat (limited to 'go')
-rw-r--r-- | go/bls/bls_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) } } |