commit | 1d373d4e8e15b358f08de52956b32e0e38a11f84 | [log] [tgz] |
---|---|---|
author | Ondrej Mosnacek <omosnacek@gmail.com> | Fri May 11 14:12:51 2018 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat May 19 00:14:00 2018 +0800 |
tree | 65d647e061b28db31b6090d5bb7d7e321fd9b12a | |
parent | b87dc20346b82d59d8b245bd18aa7d0918073cac [diff] |
crypto: x86 - Add optimized AEGIS implementations This patch adds optimized implementations of AEGIS-128, AEGIS-128L, and AEGIS-256, utilizing the AES-NI and SSE2 x86 extensions. Signed-off-by: Ondrej Mosnacek <omosnacek@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>