ro kernel. https://universe.0xinfinity.dev/distro/kernel/atom?h=master 2025-04-28T11:40:53Z crypto: powerpc - move library functions to arch/powerpc/lib/crypto/ 2025-04-28T11:40:53Z Eric Biggers ebiggers@google.com 2025-04-22T15:27:11Z urn:sha1:f9f86c03efebf81274b1ec66840410d58255fb84 Continue disentangling the crypto library functions from the generic crypto infrastructure by moving the powerpc ChaCha and Poly1305 library functions into a new directory arch/powerpc/lib/crypto/ that does not depend on CRYPTO. This mirrors the distinction between crypto/ and lib/crypto/. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> crypto: chacha20-p10 - An optimized Chacha20 implementation with 8-way unrolling for ppc64le 2023-07-14T08:21:30Z Danny Tsen dtsen@linux.ibm.com 2023-04-26T19:11:43Z urn:sha1:62d9e475065597bfd9c3a646af4c4faab637a599 Improve overall performance of chacha20 encrypt and decrypt operations for Power10 or later CPU. Signed-off-by: Danny Tsen <dtsen@linux.ibm.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>