Skip to content

Commit

Permalink
zephyr: Allow SHA512 with TinyCrypt
Browse files Browse the repository at this point in the history
Select BOOT_IMG_HASH_ALG_SHA512_ALLOW via BOOT_ED25519_TINYCRYPT.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
  • Loading branch information
de-nordic committed Oct 11, 2024
1 parent d07abb1 commit 4eb04b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boot/zephyr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ choice BOOT_ED25519_IMPLEMENTATION
config BOOT_ED25519_TINYCRYPT
bool "Use tinycrypt"
select BOOT_USE_TINYCRYPT
select BOOT_IMG_HASH_ALG_SHA512_ALLOW
config BOOT_ED25519_MBEDTLS
bool "Use mbedTLS"
select BOOT_USE_MBEDTLS
Expand Down

0 comments on commit 4eb04b1

Please sign in to comment.