Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 16x16->32 word Comba multiply and square | lloyd | 2008-09-09 | 1 | -63/+67 |
* | Remove bigint_mul_add_words. It was only used now in two callers, | lloyd | 2008-09-07 | 1 | -23/+0 |
* | Inline similarly in karatsuba_mul | lloyd | 2008-09-07 | 1 | -11/+32 |
* | In karatsuba_square, inline the sequence | lloyd | 2008-09-07 | 1 | -3/+25 |
* | Merge mp_sqr.cpp and mp_mul.cpp into mp_karat.cpp, since there is a lot | lloyd | 2008-08-27 | 1 | -0/+310 |