aboutsummaryrefslogtreecommitdiffstats
path: root/src/mp_misc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move all BigInt stuff into bigint/. Currently all asm modules are disabled;lloyd2008-09-281-92/+0
* Move biging_wordmul inlined into the only place where it is used,lloyd2008-09-171-27/+0
* Change the copyrights in all files in the Botan tree to directly reflectlloyd2008-04-101-1/+1
* Alter bigint_madd2 and bigint_madd3 to take only 3 (4, resp) arguments,lloyd2008-03-091-3/+3
* 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
* Add parenthesis to make the order of evaluation in an expression more obviouslloyd2006-09-091-1/+1
* Add a couple of static_casts to make it clear where a type conversion islloyd2006-09-081-1/+1
* Simplify the implementation of bigint_divoplloyd2006-08-181-6/+8
* 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
* Try to normalize all calls to word_madd{2,3} so that the last twolloyd2006-06-061-2/+2
* Initial checkin1.5.6lloyd2006-05-181-0/+117