Reduce integrated LibTomMath size by dropping negative exponent support
authorJouni Malinen <j@w1.fi>
Wed, 4 Jun 2008 08:26:52 +0000 (11:26 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 4 Jun 2008 08:26:52 +0000 (11:26 +0300)
commit0527710dd31a5f87849e1a53dcb676a37c823f83
treee1b4a68ae0853a2d5a871161df95a816d86b108a
parenta8e16edc8638d18b972e2b053d17b54167ce5aa5
Reduce integrated LibTomMath size by dropping negative exponent support

Current uses do not require support for negative exponent in exptmod, so we
can save about 1.5 kB in leaving out invmod.
src/tls/libtommath.c