2 bool "Skein digest algorithm"
3 depends on (X86 || UML_X86) && 64BIT && CRYPTO
4 select CRYPTO_THREEFISH
7 Skein secure hash algorithm is one of 5 finalists from the NIST SHA3
10 Skein is optimized for modern, 64bit processors and is highly
13 http://www.skein-hash.info/sites/default/files/skein1.3.pdf
15 for more information. This module depends on the threefish block
18 config CRYPTO_THREEFISH
19 bool "Threefish tweakable block cipher"
20 depends on (X86 || UML_X86) && 64BIT && CRYPTO
23 Threefish cipher algorithm is the tweakable block cipher underneath
24 the Skein family of secure hash algorithms. Skein is one of 5
25 finalists from the NIST SHA3 competition.
27 Skein is optimized for modern, 64bit processors and is highly
30 http://www.skein-hash.info/sites/default/files/skein1.3.pdf