From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Subject: Re: [PATCH net-next v3 05/17] zinc: ChaCha20 x86_64 implementation Date: Tue, 11 Sep 2018 10:22:47 +0200 (CEST) Message-ID: References: <20180911010838.8818-1-Jason@zx2c4.com> <20180911010838.8818-6-Jason@zx2c4.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, davem@davemloft.net, gregkh@linuxfoundation.org, Andy Lutomirski , Samuel Neves , Jean-Philippe Aumasson , Andy Polyakov , Ingo Molnar , x86@kernel.org, linux-crypto@vger.kernel.org To: "Jason A. Donenfeld" Return-path: Received: from Galois.linutronix.de ([146.0.238.70]:41143 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726407AbeIKNVT (ORCPT ); Tue, 11 Sep 2018 09:21:19 -0400 In-Reply-To: <20180911010838.8818-6-Jason@zx2c4.com> Sender: netdev-owner@vger.kernel.org List-ID: 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