aboutsummaryrefslogtreecommitdiff
path: root/libraries/libhal/Makefile
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2019-01-12 18:20:10 -0500
committerPaul Selkirk <paul@psgd.org>2019-01-12 18:20:10 -0500
commit44dc84d3696795fbe0b6f1786cabaa08fd88ade6 (patch)
tree34f3fa7cc69b5f89c4c6cc90d6015b24fe9eba53 /libraries/libhal/Makefile
parent07af68c08baefbced001a0081256cb1fff8ed491 (diff)
Timing tests for RSA signing and sub-components thereof.
This is not the sort of thing that should go anywhere near production code, so it's on a dangling branch. I may rebase it from time to time.
Diffstat (limited to 'libraries/libhal/Makefile')
-rw-r--r--libraries/libhal/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/libhal/Makefile b/libraries/libhal/Makefile
index d71956f..3845b90 100644
--- a/libraries/libhal/Makefile
+++ b/libraries/libhal/Makefile
@@ -2,5 +2,6 @@ vpath %.c ${LIBHAL_SRC}
vpath %.h ${LIBHAL_SRC}
CFLAGS += -Wno-missing-field-initializers -Wno-unused-parameter
+#CFLAGS += -DHAL_RSA_BLINDING_CACHE_SIZE=0
include ${LIBHAL_SRC}/Makefile