aboutsummaryrefslogtreecommitdiffstats
path: root/src/mp_asm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move bigint_simple_mul into mp_mul.cpp, since that is the only place itlloyd2006-08-191-12/+0
* Move Montgomery reduction algorithm into mp_asm.cpplloyd2006-08-191-9/+25
* Move bigint_monty_redc to its own file; profiling indicates that thislloyd2006-08-171-33/+0
* Split Montgomery reduction into two functions, the core algorithm linkedlloyd2006-08-161-4/+1
* Revert the last change; it turned out to require a bunch of changes to thelloyd2006-06-061-4/+4
* Remove one parameter from word_madd2 and word_madd3lloyd2006-06-061-4/+4
* Initial checkin1.5.6lloyd2006-05-181-0/+237