Re: [PATCH v5 8/9] test: lib: add test for key derivation

2024-12-17 Thread Philippe REYNES
Hi Raymond, Le 17/12/2024 à 16:22, 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 Tue, 17 Dec 2024 at 03:32, Philippe Reynes wrote: A

Re: [PATCH v5 8/9] test: lib: add test for key derivation

2024-12-17 Thread Raymond Mao
Hi Philippe, On Tue, 17 Dec 2024 at 03:32, Philippe Reynes < philippe.rey...@softathome.com> wrote: > Adds a test for the function sha256_hkdf. > > Signed-off-by: Philippe Reynes > --- > test/lib/Makefile | 1 + > test/lib/test_sha256_hkdf.c | 197 +++

[PATCH v5 8/9] test: lib: add test for key derivation

2024-12-17 Thread Philippe Reynes
Adds a test for the function sha256_hkdf. Signed-off-by: Philippe Reynes --- test/lib/Makefile | 1 + test/lib/test_sha256_hkdf.c | 197 2 files changed, 198 insertions(+) create mode 100644 test/lib/test_sha256_hkdf.c diff --git a/test/lib/Make