Re: [PATCH 0/9] Remove per-architecture ChaCha skcipher glue code

2025-04-06 Thread Herbert Xu
Eric Biggers wrote: > Currently each architecture exposes ChaCha not only through the library > API, but also through the crypto_skcipher API. That requires each > architecture to implement essentially the same skcipher glue code. > > Following the example of what's been done for crc32 and crc32

[PATCH 0/9] Remove per-architecture ChaCha skcipher glue code

2025-04-05 Thread Eric Biggers
Currently each architecture exposes ChaCha not only through the library API, but also through the crypto_skcipher API. That requires each architecture to implement essentially the same skcipher glue code. Following the example of what's been done for crc32 and crc32c, eliminate this redundancy by