Messages in this thread |  | | From | "Jason A. Donenfeld" <> | Date | Tue, 9 Oct 2018 02:02:32 +0200 | Subject | Re: [PATCH net-next v7 25/28] crypto: port Poly1305 to Zinc |
| |
Hi Eric,
On Tue, Oct 9, 2018 at 1:21 AM Eric Biggers <ebiggers@kernel.org> 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
|  |