Re: [PATCH net-next v7 25/28] crypto: port Poly1305 to Zinc

From: Jason A. Donenfeld
Date: Mon Oct 08 2018 - 20:02:55 EST


Hi Eric,

On Tue, Oct 9, 2018 at 1:21 AM Eric Biggers <ebiggers@xxxxxxxxxx> wrote:
> This crashes on very short inputs. crypto_poly1305_final() is missing:
>
> if (dctx->rem_key_bytes)
> return -ENOKEY;

Good catch, thanks. Queued for v8.

Jason