Searched hist:f606a88e58230c30f5d56a53eff8da6fdbf1e4ee (Results 1 – 1 of 1) sorted by relevance
/linux/crypto/ |
H A D | aegis.h | f606a88e58230c30f5d56a53eff8da6fdbf1e4ee Fri May 11 14:12:49 CEST 2018 Ondrej Mosnacek <omosnacek@gmail.com> 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>
|