Re: [PATCH net-next v5 07/20] zinc: Poly1305 generic C implementations and selftest
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
Date: 2018-09-19 12:26:55
Also in:
linux-crypto, lkml
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
Date: 2018-09-19 12:26:55
Also in:
linux-crypto, lkml
On Wed, Sep 19, 2018 at 1:50 PM Jason A. Donenfeld [off-list ref] wrote:
On Wed, Sep 19, 2018 at 6:19 AM Andy Lutomirski [off-list ref] wrote:quoted
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