From df5788bbdd61df0556098a85fde895c72e30efc4 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Wed, 15 Oct 2025 14:52:21 +0800 Subject: [PATCH] internal/sm2ec: loong64 v7 --- internal/sm2ec/sm2ec_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/sm2ec/sm2ec_test.go b/internal/sm2ec/sm2ec_test.go index ec8b01e..d670af2 100644 --- a/internal/sm2ec/sm2ec_test.go +++ b/internal/sm2ec/sm2ec_test.go @@ -185,7 +185,7 @@ func TestEquivalents(t *testing.T) { fatalIfErr(t, err) if !bytes.Equal(p1.Bytes(), p2.Bytes()) { - t.Error("P+P != 2*P") + t.Errorf("P+P %x != 2*P %x", p1.Bytes(), p2.Bytes()) } if !bytes.Equal(p1.Bytes(), p3.Bytes()) { t.Error("P+P != [2]P")