crypto: aegis - Add generic AEGIS AEAD implementations
This patch adds the generic implementation of the AEGIS family of AEAD algorithms (AEGIS-128, AEGIS-128L, and AEGIS-256). The original authors of AEGIS are Hongjun Wu and Bart Preneel. At the time of writing, AEGIS 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/aegisv11.pdf Signed-off-by:Ondrej Mosnacek <omosnacek@gmail.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
Showing
- crypto/Kconfig 21 additions, 0 deletionscrypto/Kconfig
- crypto/Makefile 3 additions, 0 deletionscrypto/Makefile
- crypto/aegis.h 80 additions, 0 deletionscrypto/aegis.h
- crypto/aegis128.c 463 additions, 0 deletionscrypto/aegis128.c
- crypto/aegis128l.c 527 additions, 0 deletionscrypto/aegis128l.c
- crypto/aegis256.c 478 additions, 0 deletionscrypto/aegis256.c
Please register or sign in to comment