Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix loop variable naming (i in outermost scope, then j, remove unneeded k) | lloyd | 2008-09-11 | 1 | -20/+20 |
* | Combine redundant definitions of blocks variable | lloyd | 2008-09-07 | 1 | -7/+6 |
* | Comment cleanup | lloyd | 2008-09-07 | 1 | -4/+2 |
* | Rewrite without gotos | lloyd | 2008-09-07 | 1 | -135/+11 |
* | Inline bigint_sub2 into bigint_monty_redc | lloyd | 2008-09-07 | 1 | -5/+20 |
* | Inline bigint_cmp in bigint_monty_redc (using goto, the horror; I'm basically | lloyd | 2008-09-07 | 1 | -27/+10 |
* | Move bigint_monty_redc to its own file to make asm implementations easier | lloyd | 2008-09-07 | 1 | -0/+205 |
* | Move Montgomery reduction algorithm into mp_asm.cpp | lloyd | 2006-08-19 | 1 | -49/+0 |
* | Inline the call to word_add in bigint_monty_redc - the carry in was | lloyd | 2006-08-17 | 1 | -3/+3 |
* | Move bigint_monty_redc to its own file; profiling indicates that this | lloyd | 2006-08-17 | 1 | -0/+49 |