mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-22 10:16:18 +08:00
fix typo issu
This commit is contained in:
parent
818159283c
commit
7257b0151b
@ -8,7 +8,7 @@ import (
|
||||
"golang.org/x/sys/cpu"
|
||||
)
|
||||
|
||||
var useSM3NI = cpu.ARM64.HasSM3 && os.Getenv("DISABLE_SM3NI")) != "1"
|
||||
var useSM3NI = cpu.ARM64.HasSM3 && os.Getenv("DISABLE_SM3NI") != "1"
|
||||
|
||||
var t = []uint32{
|
||||
0x79cc4519,
|
||||
|
Loading…
x
Reference in New Issue
Block a user