From: Jouni Malinen Date: Fri, 6 Jun 2008 07:30:43 +0000 (+0300) Subject: Removed the 20% estimate on faster bignum routines X-Git-Tag: hostap_0_6_4~37 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=libeap.git;a=commitdiff_plain;h=187bc466a309164a4aa966badd6c73f799edbca4 Removed the 20% estimate on faster bignum routines This was not accurate since this was mostly based on total runtime of an eapol_test run. The real improvement in the bignum routines is much larger (mayby twice as fast as before). --- diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index c2ca8a9..d8567b9 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -309,8 +309,7 @@ CONFIG_PEERKEY=y #endif # At the cost of about 4 kB of additional binary size, the internal LibTomMath # can be configured to include faster routines for exptmod, sqr, and div to -# speed up DH and RSA calculation considerably (around 20% time removed on -# Pentium 4) +# speed up DH and RSA calculation considerably #CONFIG_INTERNAL_LIBTOMMATH_FAST=y # Include NDIS event processing through WMI into wpa_supplicant/wpasvc.