Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In Montgomery mul, avoid branching based on sig words of integers | Jack Lloyd | 2018-06-14 | 1 | -13/+21 |
* | Remove needless allocation in Montgomery_Int::mul_by | Jack Lloyd | 2018-05-02 | 1 | -7/+35 |
* | Make Montgomery_Int public, add function for addition with workspace | Jack Lloyd | 2018-05-02 | 1 | -1/+6 |
* | Add Montgomery multiexponentiation | Jack Lloyd | 2018-03-15 | 1 | -0/+6 |
* | Some additional operations on Montgomery_Int | Jack Lloyd | 2018-03-14 | 1 | -0/+32 |
* | Add a facility for debug-mode assertions | Jack Lloyd | 2018-03-14 | 1 | -3/+7 |
* | Allow passing workspace to Montgomery_Int | Jack Lloyd | 2018-03-13 | 1 | -26/+112 |
* | Remove BigInt using functions from mp layer | Jack Lloyd | 2018-03-01 | 1 | -3/+9 |
* | Add Montgomery_Int type | Jack Lloyd | 2018-02-25 | 1 | -0/+254 |