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