Re: [PATCH 2/4] test: lib: add test for sha256_hamc

2024-09-20 Thread Simon Glass
On Tue, 16 Jul 2024 at 17:06, Philippe Reynes wrote: > > Adds a test for the function sha256_hmac > > Signed-off-by: Philippe Reynes > --- > test/lib/Makefile | 1 + > test/lib/test_sha256_hmac.c | 108 > 2 files changed, 109 insertions(+) > crea

[PATCH 2/4] test: lib: add test for sha256_hamc

2024-07-16 Thread Philippe Reynes
Adds a test for the function sha256_hmac Signed-off-by: Philippe Reynes --- test/lib/Makefile | 1 + test/lib/test_sha256_hmac.c | 108 2 files changed, 109 insertions(+) create mode 100644 test/lib/test_sha256_hmac.c diff --git a/test/lib/Makef