aboutsummaryrefslogtreecommitdiffstats
path: root/src/mp_sqr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright year to 2007lloyd2007-01-201-1/+1
|
* Move bigint_simple_mul into mp_mul.cpp, since that is the only place itlloyd2006-08-191-3/+14
| | | | | | was used. Make a variant of bigint_simple_mul, bigint_simple_sqr, for mp_sqr.cpp
* Fix typo that was preventing the use of the best squaring routinelloyd2006-06-071-1/+1
| | | | with smaller operands.
* Initial checkin1.5.6lloyd2006-05-181-0/+134