|
@@ -1,6 +1,6 @@
|
|
config CRYPTO_SKEIN
|
|
config CRYPTO_SKEIN
|
|
bool "Skein digest algorithm"
|
|
bool "Skein digest algorithm"
|
|
- depends on (X86 || UML_X86) && 64BIT
|
|
|
|
|
|
+ depends on (X86 || UML_X86) && 64BIT && CRYPTO
|
|
select CRYPTO_THREEFISH
|
|
select CRYPTO_THREEFISH
|
|
select CRYPTO_HASH
|
|
select CRYPTO_HASH
|
|
help
|
|
help
|
|
@@ -17,7 +17,7 @@ config CRYPTO_SKEIN
|
|
|
|
|
|
config CRYPTO_THREEFISH
|
|
config CRYPTO_THREEFISH
|
|
bool "Threefish tweakable block cipher"
|
|
bool "Threefish tweakable block cipher"
|
|
- depends on (X86 || UML_X86) && 64BIT
|
|
|
|
|
|
+ depends on (X86 || UML_X86) && 64BIT && CRYPTO
|
|
select CRYPTO_ALGAPI
|
|
select CRYPTO_ALGAPI
|
|
help
|
|
help
|
|
Threefish cipher algorithm is the tweakable block cipher underneath
|
|
Threefish cipher algorithm is the tweakable block cipher underneath
|