Re: [PATCH net-next v3 05/17] zinc: ChaCha20 x86_64 implementation

From: Thomas Gleixner
Date: Tue Sep 11 2018 - 04:23:11 EST


On Mon, 10 Sep 2018, Jason A. Donenfeld wrote:
> lib/zinc/Makefile | 4 +
> lib/zinc/chacha20/chacha20-x86_64-glue.h | 102 +
> lib/zinc/chacha20/chacha20-x86_64.S | 2632 ++++++++++++++++++++++

Just a stupid question. What's the rationale of putting that into lib/zinc
instead of having it in arch/x86/crypto?

Thanks,

tglx