changelog: added documentation for the 2 new public functions

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti 2023-12-28 18:16:33 +01:00
parent bf999cb22e
commit 90e764c1bf

4
ChangeLog.d/7764.txt Normal file
View File

@ -0,0 +1,4 @@
Features
* mbedtls_ecc_group_to_psa() and mbedtls_ecc_group_from_psa() helper
functions were added to convert from mbedtls_ecp_group_id to
psa_ecc_family_t and curve's bit size and viceversa, respectively.