mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-10 22:13:31 +00:00
No need to introduce a specific macro for PBKDF2-HMAC when the PSA spec already has a generic one. Documentation from: https://armmbed.github.io/mbed-crypto/html/api/ops/algorithms.html#c.PSA_ALG_GET_HASH Implementation from: https://armmbed.github.io/mbed-crypto/html/appendix/specdef_values.html Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>