commit | 26609a21a9460145e37d90947ad957b358a05288 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Fri Nov 16 17:26:29 2018 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Nov 20 14:26:56 2018 +0800 |
tree | 9f45456ea58fde4464ea71910acf0faf55214555 | |
parent | 1b6fd3d5d18bbc1b1abf3b0cbc4b95a9a63d407b [diff] |
crypto: nhpoly1305 - add NHPoly1305 support Add a generic implementation of NHPoly1305, an ε-almost-∆-universal hash function used in the Adiantum encryption mode. CONFIG_NHPOLY1305 is not selectable by itself since there won't be any real reason to enable it without also enabling Adiantum support. Signed-off-by: Eric Biggers <ebiggers@google.com> Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>