X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Fdrivers%2Fstaging%2Fskein%2FKconfig;fp=kernel%2Fdrivers%2Fstaging%2Fskein%2FKconfig;h=012a8233376e31c16acad0a4e3156b80c82a4ebe;hb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;hp=0000000000000000000000000000000000000000;hpb=98260f3884f4a202f9ca5eabed40b1354c489b29;p=kvmfornfv.git diff --git a/kernel/drivers/staging/skein/Kconfig b/kernel/drivers/staging/skein/Kconfig new file mode 100644 index 000000000..012a82333 --- /dev/null +++ b/kernel/drivers/staging/skein/Kconfig @@ -0,0 +1,16 @@ +config CRYPTO_SKEIN + tristate "Skein digest algorithm" + depends on (X86 || UML_X86) && 64BIT && CRYPTO + select CRYPTO_HASH + select CRYPTO_ALGAPI + help + Skein secure hash algorithm is one of 5 finalists from the NIST SHA3 + competition. + + Skein is optimized for modern, 64bit processors and is highly + customizable. See: + + http://www.skein-hash.info/sites/default/files/skein1.3.pdf + + for more information. This module also contains the threefish block + cipher algorithm.