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") }