Crypt module (#549)

- Moved cryptography code out of Tactility project and into a kernel module.
- Converted C++ code to C style interface
- Hardened security
This commit is contained in:
Ken Van Hoeylandt
2026-07-05 11:17:42 +02:00
committed by GitHub
parent 9d5993930d
commit dfaeb9a2d9
229 changed files with 482 additions and 112246 deletions
+1
View File
@@ -18,6 +18,7 @@ target_link_libraries(TactilityTests PRIVATE
platform-posix
hal-device-module
lvgl-module
crypt-module
lvgl
SDL2::SDL2-static SDL2-static
)