MD no longer depends on a built-in hash

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard 2023-03-14 17:43:06 +01:00
parent e0e161b54a
commit 534d64d67e
2 changed files with 11 additions and 2 deletions

View file

@ -2644,7 +2644,8 @@
*
* Requires: one of: MBEDTLS_MD5_C, MBEDTLS_RIPEMD160_C, MBEDTLS_SHA1_C,
* MBEDTLS_SHA224_C, MBEDTLS_SHA256_C, MBEDTLS_SHA384_C,
* MBEDTLS_SHA512_C.
* MBEDTLS_SHA512_C, or MBEDTLS_PSA_CRYPTO_C with a least
* one hash.
* Module: library/md.c
* Caller: library/constant_time.c
* library/ecdsa.c