X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=crypto%2FKconfig;h=3be07ad1d80dc835789c92ba020b58809010473a;hb=bdfc028de1b3cd59490d5413a5c87b0fa50040c2;hp=7240821137fde371f0e32d9ae8ac25b64ab58862;hpb=5c89e9ea7ef1feaa147325b2ab47a89a147fb903;p=cascardo%2Flinux.git diff --git a/crypto/Kconfig b/crypto/Kconfig index 7240821137fd..3be07ad1d80d 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -472,11 +472,13 @@ config CRYPTO_CRCT10DIF_PCLMUL config CRYPTO_GHASH tristate "GHASH digest algorithm" select CRYPTO_GF128MUL + select CRYPTO_HASH help GHASH is message digest algorithm for GCM (Galois/Counter Mode). config CRYPTO_POLY1305 tristate "Poly1305 authenticator algorithm" + select CRYPTO_HASH help Poly1305 authenticator algorithm, RFC7539.