fix copy/paster error

This commit is contained in:
Sun Yimin 2024-09-12 10:53:35 +08:00 committed by GitHub
parent 777ab60dd0
commit 91af41952b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -427,7 +427,7 @@ enc8blocksLoop:
SM4_ROUND(V9, TMP0, TMP1, TMP2, TMP3, V3, V0, V1, V2)
SM4_ROUND(V9, TMP0, TMP1, TMP2, TMP3, V7, V4, V5, V6)
ADD $16, R3
BDNZ enc4blocksLoop
BDNZ enc8blocksLoop
TRANSPOSE_MATRIX(V0, V1, V2, V3)
TRANSPOSE_MATRIX(V4, V5, V6, V7)