On Tue, Jan 12, 2021 at 11:29:27AM -0800, Eric Biggers wrote: > From: Eric Biggers <ebigg...@google.com> > > On big endian CPUs, the ChaCha20-based CRNG is using the wrong > endianness for the ChaCha20 constants. > > This doesn't matter cryptographically, but technically it means it's not > ChaCha20 anymore. Fix it to always use the standard constants. > > Cc: linux-crypto@vger.kernel.org > Cc: Andy Lutomirski <l...@kernel.org> > Cc: Jann Horn <ja...@google.com> > Cc: Theodore Ts'o <ty...@mit.edu> > Acked-by: Herbert Xu <herb...@gondor.apana.org.au> > Signed-off-by: Eric Biggers <ebigg...@google.com> > --- > > Andrew, please consider taking this patch since the maintainer has been > ignoring it for 4 months > (https://lkml.kernel.org/lkml/20200916045013.142179-1-ebigg...@kernel.org/T/#u).
Ping.