Re: [RFC/RFT PATCH 02/15] crypto: morus - fix handling chunked inputs

2019-01-31 Thread Eric Biggers
On Thu, Jan 31, 2019 at 10:05:17AM +0100, Ondrej Mosnacek wrote: > Hi Eric, > > On Wed, Jan 23, 2019 at 11:52 PM Eric Biggers wrote: > > From: Eric Biggers > > > > The generic MORUS implementations all fail the improved AEAD tests > > because they produce the wrong result with some data layouts.

Re: [RFC/RFT PATCH 02/15] crypto: morus - fix handling chunked inputs

2019-01-31 Thread Ondrej Mosnacek
Hi Eric, On Wed, Jan 23, 2019 at 11:52 PM Eric Biggers wrote: > From: Eric Biggers > > The generic MORUS implementations all fail the improved AEAD tests > because they produce the wrong result with some data layouts. Fix them. > > Fixes: 396be41f16fd ("crypto: morus - Add generic MORUS AEAD im

[RFC/RFT PATCH 02/15] crypto: morus - fix handling chunked inputs

2019-01-23 Thread Eric Biggers
From: Eric Biggers The generic MORUS implementations all fail the improved AEAD tests because they produce the wrong result with some data layouts. Fix them. Fixes: 396be41f16fd ("crypto: morus - Add generic MORUS AEAD implementations") Cc: # v4.18+ Cc: Ondrej Mosnacek Signed-off-by: Eric Big