aboutsummaryrefslogtreecommitdiffstats
path: root/src/mp_asm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change the copyrights in all files in the Botan tree to directly reflectlloyd2008-04-101-1/+2
* Alter bigint_madd2 and bigint_madd3 to take only 3 (4, resp) arguments,lloyd2008-03-091-2/+2
* Mass update of the copyright date. Honestly I don't know why I bother,lloyd2008-02-141-1/+1
* 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-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