commit | 9396d279b0c112a0bb2b83cc53ee95fac6ef626c | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Wed Aug 15 11:01:42 2018 +0200 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Mon Aug 20 08:29:03 2018 +0200 |
tree | 8b7e104778a5ba7a1278b3b0eae4feb6592aca2f | |
parent | e6704d3d138ae9b14b44c63d8301e9bdae3dddc6 [diff] [blame] |
Add acipher example for asymetric cipher Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
diff --git a/acipher/ta/sub.mk b/acipher/ta/sub.mk new file mode 100644 index 0000000..37c3c21 --- /dev/null +++ b/acipher/ta/sub.mk
@@ -0,0 +1,2 @@ +global-incdirs-y += include +srcs-y += acipher_ta.c