mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 12:16:20 +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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user