aboutsummaryrefslogtreecommitdiffstats
path: root/src/mp_shift.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright year to 2007lloyd2007-01-201-1/+1
|
* Move Montgomery reduction algorithm into mp_asm.cpplloyd2006-08-191-4/+7
| | | | | | | | | | Move the inner-most loop of Montgomery into bigint_mul_add_words, in mp_muladd.cpp Use bigint_mul_add_words for the inner loop of bigint_simple_multiply Move the compare/subtract at the end of the Montomgery algorithm into bigint_monty_redc
* Initial checkin1.5.6lloyd2006-05-181-0/+109