[SM4] fix error

This commit is contained in:
Emman 2022-01-13 08:44:20 +08:00
parent 3e32a52bee
commit a250ae8a31

View File

@ -160,7 +160,7 @@ TEXT ·gcmSm4Init(SB),NOSPLIT,$0
#define I R2 #define I R2
MOVD productTable+0(FP), pTbl MOVD productTable+0(FP), pTbl
MOVD src+8(FP), SRC MOVD rk+8(FP), RK
MOVD $0xC2, I MOVD $0xC2, I
LSL $56, I LSL $56, I