On Tue, Jul 30, 2019 at 03:15:35PM +0200, Stephan Mueller wrote: > Am Dienstag, 30. Juli 2019, 14:38:35 CEST schrieb Hans de Goede: > > Hi Hans, > > > From: Andy Lutomirski <l...@kernel.org> > > > > This just moves code around -- no code changes in this patch. This > > wil let BPF-based tracing link against the SHA256 core code without > > depending on the crypto core. > > > > Cc: Ard Biesheuvel <ard.biesheu...@linaro.org> > > Cc: Herbert Xu <herb...@gondor.apana.org.au> > > Signed-off-by: Andy Lutomirski <l...@kernel.org> > > --- > > crypto/Kconfig | 8 + > > crypto/Makefile | 1 + > > crypto/{sha256_generic.c => sha256_direct.c} | 103 +-------- > > There is a similar standalone code present for SHA-1 or ChaCha20. However, > this code lives in lib/. > > Thus, shouldn't the SHA-256 core code be moved to lib/ as well? > > Ciao > Stephan > >
What's wrong with lib/sha256.c? It's already there. - Eric