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

From: Jason A. Donenfeld
Date: Wed Sep 19 2018 - 07:50:20 EST


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.