aboutsummaryrefslogtreecommitdiffstats
path: root/src/mp_karat.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add 16x16->32 word Comba multiply and squarelloyd2008-09-091-63/+67
* Remove bigint_mul_add_words. It was only used now in two callers,lloyd2008-09-071-23/+0
* Inline similarly in karatsuba_mullloyd2008-09-071-11/+32
* In karatsuba_square, inline the sequencelloyd2008-09-071-3/+25
* Merge mp_sqr.cpp and mp_mul.cpp into mp_karat.cpp, since there is a lotlloyd2008-08-271-0/+310