Add faster, optional sqr routine for internal LibTomMath
[libeap.git] / wpa_supplicant / defconfig
index 80e5261..ad7cf74 100644 (file)
@@ -307,9 +307,13 @@ CONFIG_PEERKEY=y
 #LIBS += -L$(LTM_PATH)
 #LIBS_p += -L$(LTM_PATH)
 #endif
-# Add a cost of about 2.5 kB of additional cost, the internal LibTomMath can be
-# configured to include fast exptmod routine to speed up DH and RSA.
+# At the cost of about 2.5 kB of additional binarysize, the internal LibTomMath
+# can be configured to include fast exptmod routine to speed up DH and RSA.
 #CONFIG_INTERNAL_LIBTOMMATH_FAST_EXPTMOD=y
+# At the cost of about 0.5 kB of additional binary size, the internal
+# LibTomMath can be configured to include faster sqr routine to speed up DH and
+# RSA.
+#CONFIG_INTERNAL_LIBTOMMATH_FAST_SQR=y
 
 # Include NDIS event processing through WMI into wpa_supplicant/wpasvc.
 # This is only for Windows builds and requires WMI-related header files and