From 90e764c1bff2416eadfca2a901786c98f32966f5 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Thu, 28 Dec 2023 18:16:33 +0100 Subject: [PATCH] changelog: added documentation for the 2 new public functions Signed-off-by: Valerio Setti --- ChangeLog.d/7764.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ChangeLog.d/7764.txt diff --git a/ChangeLog.d/7764.txt b/ChangeLog.d/7764.txt new file mode 100644 index 0000000000..be332cd605 --- /dev/null +++ b/ChangeLog.d/7764.txt @@ -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. \ No newline at end of file