Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

config CONFIG_CRYPTO_SKEIN
	tristate "Skein digest algorithm"
	depends on (CONFIG_X86 || CONFIG_UML_X86) && CONFIG_64BIT && CONFIG_CRYPTO
	select CONFIG_CRYPTO_HASH
	select CONFIG_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.