Home | History | Annotate | Download | only in libtommath

Lines Matching refs:code

75 LibTomMath is a library of source code which provides a series of efficient and carefully written functions for manipulating
76 large integer numbers. It was written in portable ISO C source code so that it will build on any platform with a conforming
80 to implement ``bignum'' math. However, the resulting code has proven to be very useful. It has been used by numerous
85 As of the v0.25 the library source code has been placed in the public domain with every new release. As of the v0.28
247 source code public domain (unlike various other GPL/etc licensed code), not only is the code freely downloadable but the
248 source code is also accessible for computer science students attempting to learn ``BigNum'' or multiple precision
251 LibTomMath was written to be an instructive collection of source code. This is why there are many comments, only one
255 Source code alone cannot really teach how the algorithms work which is why I also wrote a textbook that accompanies
266 \hline Few lines of code per file & X & & GnuPG $ = 300.9$, LibTomMath $ = 71.97$ \\
284 So it may feel tempting to just rip the math code out of GnuPG (or GnuMP where it was taken from originally) in your
307 \hline \textbf{Code} & \textbf{Meaning} \\
327 char *mp_error_to_string(int code);
330 This will return a pointer to a string which describes the given error code. It will not work for the return codes
793 \hline \textbf{Result Code} & \textbf{Meaning} \\
1412 multiplying it by $R$. Consider the following code snippet.
1721 function returns an error code and ``size'' will be zero.