hardware acceleration of mbedtls-2021 , - does ST have that?
Does ST offer an implementation of hardware acceleration of mbedtls-2021?
I found this:
STM32CubeL5\Projects\STM32L562E-DK\Applications\TFM\TFM_Appli\Secure\Src\ecdsa_alt.c
STM32CubeL5\Projects\STM32L562E-DK\Applications\TFM\TFM_Appli\Secure\Src\ecdsa_curves_alt.c
from https://github.com/STMicroelectronics/STM32CubeL5.git
This is excactly what I want (a bridge between mbedtls and the PKA_HAL driver), but it's for a 2019 version of mbedtls, and the mbedtls folks since broke the interface, so it doesn't compile. (and it doesn't look like an quick/easy fix)
Is there a newer version somewhere?
/Troels
