summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 14b20f20a2..debb9686e0 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1092,6 +1092,12 @@
#undef CONFIG_DCRYPTO
/*
+ * When enabled, RSA 2048 bit keygen gets a 40% performance boost,
+ * at the cost of 2184 bytes of image size increase.
+ */
+#undef CONFIG_DCRYPTO_RSA_SPEEDUP
+
+/*
* When enabled, accelerate sha512 using the generic crypto engine;
* only supported on CR50
*/