Internal LibTomMath: add optional support for Montgomery reduction
authorJouni Malinen <j@w1.fi>
Wed, 4 Jun 2008 08:57:55 +0000 (11:57 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 4 Jun 2008 08:57:55 +0000 (11:57 +0300)
commit8ccc0402b264b019cd082afe0f27a7aec5dea98f
tree527824a3a5aea44ecc22e17799223b85d7876f4e
parent0527710dd31a5f87849e1a53dcb676a37c823f83
Internal LibTomMath: add optional support for Montgomery reduction

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