changelog: document MD's conversion functions

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti 2024-01-02 15:02:19 +01:00
parent 2c1070b397
commit a835d6da08

4
ChangeLog.d/8664.txt Normal file
View file

@ -0,0 +1,4 @@
Features
* mbedtls_md_psa_alg_from_type() and mbedtls_md_type_from_psa_alg() helper
functions were added to convert from mbedtls_md_type_t to psa_algorithm_t
and viceversa.