On Fri, May 11, 2018 at 02:19:08PM +0200, Ondrej Mosnáček wrote:
> From: Ondrej Mosnacek
>
> This patchset adds the MORUS AEAD algorithm implementation to the Linux
> Crypto API.
>
> MORUS [1] is a dedicated AEAD algorithm focused on SIMD instructions and
> designed for high throughput both on
From: Ondrej Mosnacek
This patchset adds the MORUS AEAD algorithm implementation to the Linux Crypto
API.
MORUS [1] is a dedicated AEAD algorithm focused on SIMD instructions and
designed for high throughput both on modern processors and in hardware. It is
designed by Hongjun Wu and Tao Huang