mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 04:06:18 +08:00
fix issue
This commit is contained in:
parent
608a6c9491
commit
9a4a10bbc7
@ -1,6 +1,13 @@
|
|||||||
//go:build arm64
|
//go:build arm64
|
||||||
// +build arm64
|
// +build arm64
|
||||||
|
|
||||||
|
package sm4
|
||||||
|
|
||||||
|
import (
|
||||||
|
"reflect"
|
||||||
|
"testing"
|
||||||
|
)
|
||||||
|
|
||||||
//go:noescape
|
//go:noescape
|
||||||
func tblAsm(in, imm, out *byte)
|
func tblAsm(in, imm, out *byte)
|
||||||
|
|
||||||
@ -13,4 +20,4 @@ func TestTblAsm(t *testing.T) {
|
|||||||
if !reflect.DeepEqual(out, imm) {
|
if !reflect.DeepEqual(out, imm) {
|
||||||
t.Errorf("expected=%v, result=%v\n", imm, out)
|
t.Errorf("expected=%v, result=%v\n", imm, out)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user