diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2010-12-28 22:56:26 +1100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2010-12-28 22:56:26 +1100 |
commit | 8ad225e8e4f530f500c12ec77fd5a51caf6a2f66 (patch) | |
tree | aa176f04ed5321383a2a45fbcb4bdfed8f01881c /crypto | |
parent | 0686952458780e8a29d5a75dea03472fe2302c5a (diff) |
crypto: gf128mul - Remove experimental tag
This feature no longer needs the experimental tag.
Reported-by: Toralf Förster <toralf.foerster@gmx.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 96b0e554212..4b7cb0e691c 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -110,7 +110,6 @@ config CRYPTO_MANAGER_DISABLE_TESTS config CRYPTO_GF128MUL tristate "GF(2^128) multiplication functions (EXPERIMENTAL)" - depends on EXPERIMENTAL help Efficient table driven implementation of multiplications in the field GF(2^128). This is needed by some cypher modes. This |