OSDN Git Service

crypto: morus - Add generic MORUS AEAD implementations
authorOndrej Mosnacek <omosnacek@gmail.com>
Fri, 11 May 2018 12:19:09 +0000 (14:19 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 18 May 2018 16:15:00 +0000 (00:15 +0800)
commit396be41f16fd05af6c914eeb2c96e0cc2dadf28c
treeda3d6b025a6e09b2d8e8c3142d8d88f4d9182fc6
parent1d373d4e8e15b358f08de52956b32e0e38a11f84
crypto: morus - Add generic MORUS AEAD implementations

This patch adds the generic implementation of the MORUS family of AEAD
algorithms (MORUS-640 and MORUS-1280). The original authors of MORUS
are Hongjun Wu and Tao Huang.

At the time of writing, MORUS is one of the finalists in CAESAR, an
open competition intended to select a portfolio of alternatives to
the problematic AES-GCM:

https://competitions.cr.yp.to/caesar-submissions.html
https://competitions.cr.yp.to/round3/morusv2.pdf

Signed-off-by: Ondrej Mosnacek <omosnacek@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig
crypto/Makefile
crypto/morus1280.c [new file with mode: 0644]
crypto/morus640.c [new file with mode: 0644]
include/crypto/morus_common.h [new file with mode: 0644]