add lib_hmac

This commit is contained in:
Steven Dan
2025-12-30 22:35:11 +08:00
parent bda307e20f
commit e45679734c
8 changed files with 673 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
set(LIB_NAME lib_hmac)
set(LIB_VERSION 0.0.1)
set(LIB_INCLUDES api)
set(LIB_COMPILER_FLAGS -Os)
XMOS_REGISTER_MODULE()