Re: [PATCH 1/4] lib: ecdsa: Add ECDSA384 support

2024-09-20 Thread Simon Glass
On Mon, 2 Sept 2024 at 07:33, Chia-Wei Wang wrote: > > Add ECDSA384 algorithm support for image signing and verification. > > Signed-off-by: Chia-Wei Wang > --- > include/u-boot/ecdsa.h | 1 + > lib/ecdsa/ecdsa-verify.c | 14 +++--- > tools/image-sig-host.c | 7 +++ > 3 files c

[PATCH 1/4] lib: ecdsa: Add ECDSA384 support

2024-09-01 Thread Chia-Wei Wang
Add ECDSA384 algorithm support for image signing and verification. Signed-off-by: Chia-Wei Wang --- include/u-boot/ecdsa.h | 1 + lib/ecdsa/ecdsa-verify.c | 14 +++--- tools/image-sig-host.c | 7 +++ 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/include/u-boot