From 392d556dc800c0bb29e3ddaec606f2fb22f21e97 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Sat, 1 Jan 2022 15:37:20 +0800 Subject: [PATCH] Update asm_arm64.s --- sm4/asm_arm64.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sm4/asm_arm64.s b/sm4/asm_arm64.s index 24933d0..5cb156d 100644 --- a/sm4/asm_arm64.s +++ b/sm4/asm_arm64.s @@ -34,8 +34,8 @@ GLOBL nibble_mask<>(SB), (NOPTR+RODATA), $16 // inverse shift rows //DATA inverse_shift_rows<>+0x00(SB)/8, $0x0B0E0104070A0D00 //DATA inverse_shift_rows<>+0x08(SB)/8, $0x0306090C0F020508 -DATA inverse_shift_rows<>+0x00(SB)/8, $0x0706050403020100 -DATA inverse_shift_rows<>+0x08(SB)/8, $0x0F0E0D0C0B0A0908 +DATA inverse_shift_rows<>+0x00(SB)/8, $0x0706050403020D00 +DATA inverse_shift_rows<>+0x08(SB)/8, $0x0F0E010C0B0A0908 GLOBL inverse_shift_rows<>(SB), (NOPTR+RODATA), $16 // Affine transform 1 (low and high hibbles)