Skip to content

Commit

Permalink
sm4: fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun authored Sep 11, 2024
1 parent 45c90c3 commit f6d2e31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sm4/asm_ppc64x.s
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ DATA ·rcon+0x50(SB)/8, $0x0c0d0e0f08090a0b // reverse words
DATA ·rcon+0x58(SB)/8, $0x0405060700010203
DATA ·rcon+0x60(SB)/8, $0x0F0F0F0F0F0F0F0F // nibble mask
DATA ·rcon+0x68(SB)/8, $0x0F0F0F0F0F0F0F0F
DATA ·rcon+0x78(SB)/8, $0x0805020F0C090603 // inverse shift rows
DATA ·rcon+0x80(SB)/8, $0x000D0A0704010E0B
DATA ·rcon+0x70(SB)/8, $0x0805020F0C090603 // inverse shift rows
DATA ·rcon+0x78(SB)/8, $0x000D0A0704010E0B
DATA ·rcon+0x80(SB)/8, $0x53269AEF8CF94530 // affine transform matrix m1 low
DATA ·rcon+0x88(SB)/8, $0x691CA0D5B6C37F0A
DATA ·rcon+0x90(SB)/8, $0xAB339C04C75FF068 // affine transform matrix m1 high
Expand Down

0 comments on commit f6d2e31

Please sign in to comment.