summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_mp_div.c
Commit message (Collapse)AuthorAgeFilesLines
* Run Lindent on libtom(*)Nikos Mavrogiannopoulos2010-09-061-242/+243
|
* Optimizations for 32bit machines by using a 64bit word type and 32bit digit.Nikos Mavrogiannopoulos2010-09-031-1/+1
| | | | Unfortunately we cannot do the same for 64bit since we don't have an 128bit type in kernel.
* Added libtommath for bignum operations.Nikos Mavrogiannopoulos2010-07-051-0/+292