Skip to content

Commit

Permalink
cipher: xts s390x fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun authored Sep 21, 2024
1 parent 8963864 commit 18b117f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cipher/xts_s390x.s
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ TEXT ·mul2(SB),NOSPLIT,$0
doubleTweak(B0, BSWAP, POLY, T0, T1)
VST B0, 0(R1)

RET

gb_alg:
// Load polynomial for reduction
VZERO POLY
Expand Down

1 comment on commit 18b117f

@emmansun
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.