Re: [PATCH v2 02/17] zinc: introduce minimal cryptography library
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
Date: 2018-08-26 16:00:15
Also in:
linux-crypto, lkml
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
Date: 2018-08-26 16:00:15
Also in:
linux-crypto, lkml
On Sat, Aug 25, 2018 at 12:29 AM Eric Biggers [off-list ref] wrote:
I thought you were going to wrap lines at 80 characters? It's hard to read the extremely long lines, and they encourage deep nesting.
There are still some alignment bugs where integers are loaded from byte arrays without using the unaligned access macros, e.g. in chacha20_init(), hchacha20_generic(), and fe_frombytes_impl().
These fixes are now completed in the development tree.