changelog: fix working

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti 2024-01-04 09:03:23 +01:00
parent 0bc8598d20
commit fc8a48a9e3

View File

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