Re: [PATCH v2 02/17] zinc: introduce minimal cryptography library

From: Jason A. Donenfeld
Date: Sun Aug 26 2018 - 12:00:16 EST


On Sat, Aug 25, 2018 at 12:29 AM Eric Biggers <ebiggers@xxxxxxxxxx> 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.