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

2024-12-19 Thread Raymond Mao
Hi Philippe, On Thu, 19 Dec 2024 at 08:06, 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 | 198 +++

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

2024-12-19 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 | 198 2 files changed, 199 insertions(+) create mode 100644 test/lib/test_sha256_hkdf.c diff --git a/test/lib/Make