Re: [PATCH v2 3/5] test: lib: add test for sha256_hamc

2024-12-06 Thread Philippe REYNES
Hi Raymond, Le 05/12/2024 à 18:14, 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, Typo  "sha256_hamc" in the subject line. thanks a lot, I wi

Re: [PATCH v2 3/5] test: lib: add test for sha256_hamc

2024-12-05 Thread Raymond Mao
Hi Philippe, Typo "sha256_hamc" in the subject line. On Wed, 4 Dec 2024 at 12:54, 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

[PATCH v2 3/5] test: lib: add test for sha256_hamc

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