From 9740519bb3a5ce4d35e5954be7e0768eb1ad1272 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Sun, 6 Oct 2024 11:29:58 +0800 Subject: [PATCH] sm9/bn256: ppc64x test move #256 --- sm9/bn256/select_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sm9/bn256/select_test.go b/sm9/bn256/select_test.go index 6b0b400..0a683ca 100644 --- a/sm9/bn256/select_test.go +++ b/sm9/bn256/select_test.go @@ -56,7 +56,7 @@ func BenchmarkGfP12Set(b *testing.B) { func TestCurvePointMovCond(t *testing.T) { curve1 := &curvePoint{} res := &curvePoint{} - curvePointMovCond(res, curve1, curveGen, 1) + curvePointMovCond(res, curve1, curveGen, 0) if !res.Equal(curveGen) { t.Errorf("not expected") }