Re: RFR: 8299817: [s390] AES-CTR mode intrinsic fails with multiple short update() calls [v4]

2023-02-20 Thread Lutz Schmidt
On Mon, 20 Feb 2023 12:21:27 GMT, Lutz Schmidt wrote: >> This PR addresses an issue in the AES-CTR mode intrinsic on s390. When a >> message is ciphered in multiple, small (< 16 bytes) segments, the result is >> incorrect. >> >> This is not just a band-aid fix. The issue was taken as a chance

Re: RFR: 8299817: [s390] AES-CTR mode intrinsic fails with multiple short update() calls [v4]

2023-02-20 Thread Lutz Schmidt
> This PR addresses an issue in the AES-CTR mode intrinsic on s390. When a > message is ciphered in multiple, small (< 16 bytes) segments, the result is > incorrect. > > This is not just a band-aid fix. The issue was taken as a chance to > restructure the code. though still complicated, It is n