mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 20:26:19 +08:00
sm4: arm64 fix
This commit is contained in:
parent
c7fc1431ba
commit
b65b01a6a4
@ -112,7 +112,7 @@ TEXT ·decryptBlocksChain(SB),NOSPLIT,$0
|
||||
MOVD src_len+40(FP), srcPtrLen
|
||||
MOVD iv+56(FP), R6
|
||||
MOVD rk, rkSave
|
||||
VLD1 (R6), [IV]
|
||||
VLD1 (R6), [IV.B16]
|
||||
|
||||
cbcSm4Octets:
|
||||
CMP $128, srcPtrLen
|
||||
|
Loading…
x
Reference in New Issue
Block a user