diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 5472f693e6ec..306738ceecb4 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -150,6 +150,21 @@ config CRYPTO_TWOFISH_COMMON | |||
150 | Common parts of the Twofish cipher algorithm shared by the | 150 | Common parts of the Twofish cipher algorithm shared by the |
151 | generic c and the assembler implementations. | 151 | generic c and the assembler implementations. |
152 | 152 | ||
153 | config CRYPTO_TWOFISH_586 | ||
154 | tristate "Twofish cipher algorithms (i586)" | ||
155 | depends on CRYPTO && ((X86 || UML_X86) && !64BIT) | ||
156 | select CRYPTO_TWOFISH_COMMON | ||
157 | help | ||
158 | Twofish cipher algorithm. | ||
159 | |||
160 | Twofish was submitted as an AES (Advanced Encryption Standard) | ||
161 | candidate cipher by researchers at CounterPane Systems. It is a | ||
162 | 16 round block cipher supporting key sizes of 128, 192, and 256 | ||
163 | bits. | ||
164 | |||
165 | See also: | ||
166 | <http://www.schneier.com/twofish.html> | ||
167 | |||
153 | config CRYPTO_SERPENT | 168 | config CRYPTO_SERPENT |
154 | tristate "Serpent cipher algorithm" | 169 | tristate "Serpent cipher algorithm" |
155 | depends on CRYPTO | 170 | depends on CRYPTO |