Skip to content

Commit 29818ad

Browse files
de-nordicnvlsianpu
authored andcommitted
[nrf fromtree] zephyr: Allow SHA512 with TinyCrypt
Select BOOT_IMG_HASH_ALG_SHA512_ALLOW via BOOT_ED25519_TINYCRYPT. Signed-off-by: Dominik Ermel <[email protected]> (cherry picked from commit 30e6adf)
1 parent 16750b3 commit 29818ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boot/zephyr/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ choice BOOT_ED25519_IMPLEMENTATION
182182
config BOOT_ED25519_TINYCRYPT
183183
bool "Use tinycrypt"
184184
select BOOT_USE_TINYCRYPT
185+
select BOOT_IMG_HASH_ALG_SHA512_ALLOW
185186
config BOOT_ED25519_MBEDTLS
186187
bool "Use mbedTLS"
187188
select BOOT_USE_MBEDTLS

0 commit comments

Comments
 (0)