swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 authored by Linus Torvalds on 27 November 2017, 00:01:47 UTC
Linux 4.15-rc1
Tip revision: 4fbd8d1
Kconfig
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.
back to top