mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-22 02:06:18 +08:00
remove duplicated arch
This commit is contained in:
parent
c73064c24a
commit
b8dc2f97c6
@ -1,4 +1,4 @@
|
||||
//go:build amd64 || arm64 || ppc64le || ppc64le
|
||||
//go:build amd64 || arm64 || ppc64le
|
||||
// +build amd64 arm64 ppc64le
|
||||
|
||||
package sm2
|
||||
@ -47,4 +47,4 @@ func TestFuzz(t *testing.T) {
|
||||
t.Fatalf("ScalarMult does not match reference result with scalars: %x and %x, please report this error to https://github.com/emmansun/gmsm/issues", scalar1, scalar2)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user