Re: [PATCH v3 3/5] test: lib: add test for sha256_hmac

2024-12-11 Thread Philippe REYNES
Hi Raymond, Le 09/12/2024 à 17:13, Raymond Mao a écrit : *This Mail comes from Outside of SoftAtHome: *Do not answer, click links or open attachments unless you recognize the sender and know the content is safe.** Hi Philippe, On Mon, 9 Dec 2024 at 04:42, Philippe Reynes wrote: Ad

Re: [PATCH v3 3/5] test: lib: add test for sha256_hmac

2024-12-09 Thread Raymond Mao
Hi Philippe, On Mon, 9 Dec 2024 at 04:42, 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 insertion

[PATCH v3 3/5] test: lib: add test for sha256_hmac

2024-12-09 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