mcuboot/ext
Roland Mikhel 03c9ad0781 bootutil: Replace hash with SHA384 when P384 is used
Currently all the hashing functionality is done with SHA256
but if we would like to use ECDSA-P384 that requires SHA384
as the hashing algorithm, but MCUboot is using SHA256
for image hashing and public key hashing. This commit modifies
the hashing operations to use SHA384 thus SHA256 can be omitted
which is beneficial from a code size standpoint.

Signed-off-by: Roland Mikhel <roland.mikhel@arm.com>
Change-Id: I59230f76f88e0b42ad6383b2c9b71b73f33d7dd7
2023-09-12 16:29:11 +02:00
..
fiat boot: Add the support of MBEDTLS version 3.0.0 2021-07-16 09:42:57 +02:00
mbedtls@8df2f8e7b9 Update mbedtls to mbedtls-3.0.0 2021-07-16 09:42:57 +02:00
mbedtls-asn1 bootutil/crypto: Fix the common.h header 2023-06-09 14:35:28 +02:00
nrf bootutil: Replace hash with SHA384 when P384 is used 2023-09-12 16:29:11 +02:00
tinycrypt ext: tinycrypt: update ctr mode to stream 2020-11-25 12:37:29 -03:00
tinycrypt-sha512/lib Add sha-512 port of tinycrypt's sha-256 2020-02-04 06:09:01 -03:00