Hi Philippe, On 2026-06-01T13:42:58, Philippe Reynes <[email protected]> wrote: > ecdsa: initial support of ecdsa using mbedtls > > Adds an initial support of ecdsa verify using mbedtls. > > Reviewed-by: Raymond Mao <[email protected]> > Signed-off-by: Philippe Reynes <[email protected]> > Reviewed-by: Raymond Mao <[email protected]> > > configs/sandbox_defconfig | 1 + > include/crypto/ecdsa-uclass.h | 15 +--- > include/crypto/internal/ecdsa.h | 39 +++++++++++ > lib/mbedtls/Kconfig | 7 ++ > lib/mbedtls/Makefile | 3 + > lib/mbedtls/ecdsa.c | 152 > ++++++++++++++++++++++++++++++++++++++++ > 6 files changed, 203 insertions(+), 14 deletions(-)
Reviewed-by: Simon Glass <[email protected]> Regards, Simon

