A sample application to illustrate the usage of crypto APIs. This shows the usage of AES - CTR, CBC and CCM based encryption and decryption. origin: original Change-Id: I17e4d966a70169b71a754c9cdc3f713a5d0c3ac0 Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
5 lines
76 B
Makefile
5 lines
76 B
Makefile
BOARD ?= qemu_x86
|
|
CONF_FILE = prj.conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|