internal/sm2ec: loong64 v7

This commit is contained in:
Sun Yimin 2025-10-15 14:52:21 +08:00 committed by GitHub
parent 5b99eb20b8
commit df5788bbdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -185,7 +185,7 @@ func TestEquivalents(t *testing.T) {
fatalIfErr(t, err) fatalIfErr(t, err)
if !bytes.Equal(p1.Bytes(), p2.Bytes()) { 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()) { if !bytes.Equal(p1.Bytes(), p3.Bytes()) {
t.Error("P+P != [2]P") t.Error("P+P != [2]P")