You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sysbuild: Allow selecting SHA512 for HMAC/HKDF in MCUboot
When encryption is used and ECIES-X25519 is used for AES-128 key
exchange it is possible now to use SB_CONFIG_NRF_MCUBOOT_HMAC_SHA512
sysbuild option to use SHA512 for HMAC/HKDF. This should allow
to reduce size of MCUboot by removing need for SHA256 being compiled
in just for the key exchange.
Signed-off-by: Dominik Ermel <[email protected]>
0 commit comments