]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - crypto/Kconfig
crypto: sha3 - Add SHA-3 hash algorithm
[mirror_ubuntu-zesty-kernel.git] / crypto / Kconfig
index c903f1832f2c799dde7f78079369d16a18cba5a6..6881d1a5f8591ab5c658d0fda0baaa0656b0d024 100644 (file)
@@ -750,6 +750,16 @@ config CRYPTO_SHA512_SPARC64
          SHA-512 secure hash standard (DFIPS 180-2) implemented
          using sparc64 crypto instructions, when available.
 
+config CRYPTO_SHA3
+       tristate "SHA3 digest algorithm"
+       select CRYPTO_HASH
+       help
+         SHA-3 secure hash standard (DFIPS 202). It's based on
+         cryptographic sponge function family called Keccak.
+
+         References:
+         http://keccak.noekeon.org/
+
 config CRYPTO_TGR192
        tristate "Tiger digest algorithms"
        select CRYPTO_HASH