Document new WOLFSSL_SP_FAST_MODEXP option.

This commit is contained in:
David Garske
2021-06-29 09:16:27 -07:00
parent 303f944935
commit e59cc79a1f

View File

@@ -82,6 +82,7 @@ This library provides single precision (SP) integer math functions.
* pointer is not allowed. * pointer is not allowed.
* WOLFSSL_SP_NO_DYN_STACK Disable use of dynamic stack items. * WOLFSSL_SP_NO_DYN_STACK Disable use of dynamic stack items.
* Used with small code size and not small stack. * 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) #if defined(WOLFSSL_SP_MATH) || defined(WOLFSSL_SP_MATH_ALL)