aboutsummaryrefslogtreecommitdiffstats
path: root/src/mp_monty.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix loop variable naming (i in outermost scope, then j, remove unneeded k)lloyd2008-09-111-20/+20
* Combine redundant definitions of blocks variablelloyd2008-09-071-7/+6
* Comment cleanuplloyd2008-09-071-4/+2
* Rewrite without gotoslloyd2008-09-071-135/+11
* Inline bigint_sub2 into bigint_monty_redclloyd2008-09-071-5/+20
* Inline bigint_cmp in bigint_monty_redc (using goto, the horror; I'm basicallylloyd2008-09-071-27/+10
* Move bigint_monty_redc to its own file to make asm implementations easierlloyd2008-09-071-0/+205
* Move Montgomery reduction algorithm into mp_asm.cpplloyd2006-08-191-49/+0
* Inline the call to word_add in bigint_monty_redc - the carry in waslloyd2006-08-171-3/+3
* Move bigint_monty_redc to its own file; profiling indicates that thislloyd2006-08-171-0/+49