From e59cc79a1f3d3ac9a8925fe77e1fcf2f2d6a6a02 Mon Sep 17 00:00:00 2001 From: David Garske Date: Tue, 29 Jun 2021 09:16:27 -0700 Subject: [PATCH] Document new `WOLFSSL_SP_FAST_MODEXP` option. --- wolfcrypt/src/sp_int.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wolfcrypt/src/sp_int.c b/wolfcrypt/src/sp_int.c index 2b4ec7542..bd03f4d19 100644 --- a/wolfcrypt/src/sp_int.c +++ b/wolfcrypt/src/sp_int.c @@ -82,6 +82,7 @@ This library provides single precision (SP) integer math functions. * pointer is not allowed. * WOLFSSL_SP_NO_DYN_STACK Disable use of dynamic stack items. * Used with small code size and not small stack. + * WOLFSSL_SP_FAST_MODEXP Allow fast mod_exp with small C code */ #if defined(WOLFSSL_SP_MATH) || defined(WOLFSSL_SP_MATH_ALL)