feat: HMAC-SHA256 signing module with native tests

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-13 14:20:24 -07:00
parent 74bff0912b
commit 47f3f6afef
4 changed files with 116 additions and 0 deletions

View File

@@ -26,3 +26,5 @@ test_framework = unity
build_flags =
-std=c++17
-DNATIVE_TEST
lib_deps =
kochcodes/mbedtls@^3.6.2