Re: [PATCH 0/4] Add support for MORUS AEAD algorithm

2018-05-18 Thread Herbert Xu
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

[PATCH 0/4] Add support for MORUS AEAD algorithm

2018-05-11 Thread Ondrej Mosnáček
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