Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dword was set to a size_t if we were using a 16 bit limb. Caused by an | lloyd | 2011-05-09 | 1 | -1/+1 |
* | Flatten out the mp directory since no alternative asm implemenations | lloyd | 2011-04-25 | 6 | -13/+3 |
* | Rename all references of ia32 to x86-32 and amd64 to x86-64. | lloyd | 2011-04-22 | 11 | -10/+9 |
* | Oops - should not have used size_t here! | lloyd | 2010-12-22 | 1 | -1/+1 |
* | Use size_t in all of math, remove to_u32bit | lloyd | 2010-10-12 | 10 | -144/+144 |
* | Change ifs to compares to make it easier for a compiler to figure out | lloyd | 2010-10-12 | 1 | -11/+9 |
* | Cleanup Karatsuba a bit | lloyd | 2010-09-28 | 1 | -103/+107 |
* | Cleanup | lloyd | 2010-09-26 | 1 | -9/+9 |
* | Move the core MPI functions to src/math/mp, leaving src/math/bigint just | lloyd | 2010-09-24 | 27 | -0/+3752 |