aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/mp
Commit message (Expand)AuthorAgeFilesLines
* dword was set to a size_t if we were using a 16 bit limb. Caused by anlloyd2011-05-091-1/+1
* Flatten out the mp directory since no alternative asm implemenationslloyd2011-04-256-13/+3
* Rename all references of ia32 to x86-32 and amd64 to x86-64.lloyd2011-04-2211-10/+9
* Oops - should not have used size_t here!lloyd2010-12-221-1/+1
* Use size_t in all of math, remove to_u32bitlloyd2010-10-1210-144/+144
* Change ifs to compares to make it easier for a compiler to figure outlloyd2010-10-121-11/+9
* Cleanup Karatsuba a bitlloyd2010-09-281-103/+107
* Cleanuplloyd2010-09-261-9/+9
* Move the core MPI functions to src/math/mp, leaving src/math/bigint justlloyd2010-09-2427-0/+3752