Re: [PATCH net-next v5 07/20] zinc: Poly1305 generic C implementations and selftest

From: Jason A. Donenfeld
Date: Wed Sep 19 2018 - 08:26:56 EST


On Wed, Sep 19, 2018 at 1:50 PM Jason A. Donenfeld <Jason@xxxxxxxxx> wrote:
>
> On Wed, Sep 19, 2018 at 6:19 AM Andy Lutomirski <luto@xxxxxxxxxxxxxx> wrote:
> > Can you not uglify the code a bit by using normal (non-compound) liberals as described in the response to that email?
>
> I can define a bunch of variables, and then string them all together
> in an array at the end. This is a bit ugly and less maintainable, but
> would be the best of both worlds.

Alright, I wrote a little program to do this for me in a way that
actually doesn't look half bad. Thanks for suggesting.

Jason