Home | History | Annotate | Download | only in libtommath

Lines Matching refs:Large

76 large integer numbers.  It was written in portable ISO C source code so that it will build on any platform with a conforming
169 In the file tommath\_class.h you will see a large list of C ``defines'' followed by a series of ``ifdefs''
270 \hline Large function base & X & & GnuPG is barebones. \\
282 would require when working with large integers.
441 Certain algorithms require more than one large integer. In these instances it is ideal to initialize all of the mp\_int
1159 should only be used with very large inputs. This is followed by the Karatsuba multiplications which are for moderate
1242 Toom-Cook has incredible overhead and is probably only useful for very large inputs. So far no known cutoff points
1583 the algorithm requires raising $a$ to the power of $b$ it is not ideal to attempt to find roots for large
1584 values of $b$. If particularly large roots are required then a factor method could be used instead. For example,