tools: Add SHA512 to kernel config

This hash algorithm is used by the ELL unit tests.
This commit is contained in:
Mat Martineau 2018-01-19 10:45:45 -08:00 committed by Denis Kenzior
parent 5c11c2f351
commit 9ea0063eb9
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ scripts/config --enable CONFIG_CRYPTO_AES_NI_INTEL
scripts/config --enable CONFIG_CRYPTO_MD4
scripts/config --enable CONFIG_CRYPTO_SHA1_SSSE3
scripts/config --enable CONFIG_CRYPTO_SHA256_SSSE3
scripts/config --enable CONFIG_CRYPTO_SHA512_SSSE3
scripts/config --enable CONFIG_CRYPTO_ECB
scripts/config --enable CONFIG_CRYPTO_CMAC
scripts/config --enable CONFIG_CRYPTO_DES