aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/mp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | it should use add with carry or conditional moves if available. Also remove the amd64 asm; the mp_amd64 code should be used for this case.
* 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
for the implementation of the BigInt class