From 44dc84d3696795fbe0b6f1786cabaa08fd88ade6 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Sat, 12 Jan 2019 18:20:10 -0500 Subject: 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. --- libraries/libhal/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libraries/libhal') 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 -- cgit v1.2.3