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
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