Add faster, optional sqr routine for internal LibTomMath
authorJouni Malinen <j@w1.fi>
Thu, 5 Jun 2008 15:33:46 +0000 (18:33 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 5 Jun 2008 15:33:46 +0000 (18:33 +0300)
commitc5f5c91aeb3bee0e42f920318f6ded469fd1bb6a
treee0af153ff69c0491ed0b554d2b1ea913db59df50
parent4fba48a5a7d367e86cdd29b6f004dcdb63e6b279
Add faster, optional sqr routine for internal LibTomMath

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. This can be enabled with CONFIG_INTERNAL_LIBTOMMATH_FAST_SQR=y in
.config.
src/tls/libtommath.c
wpa_supplicant/Makefile
wpa_supplicant/defconfig