Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove MP_WORD_BITS constant | Jack Lloyd | 2018-03-01 | 1 | -4/+4 |
* | Avoid needless allocation in BigInt operator+= | Jack Lloyd | 2018-02-28 | 1 | -4/+2 |
* | Avoid some needless allocations | Jack Lloyd | 2018-02-26 | 1 | -11/+27 |
* | Optimize Barrett reduction | Jack Lloyd | 2018-02-26 | 1 | -4/+53 |
* | Add BigInt::operator*= taking a word | Jack Lloyd | 2018-02-26 | 1 | -2/+17 |
* | Pass workspace size to various bigint_ functions | Jack Lloyd | 2018-02-25 | 1 | -1/+1 |
* | Minor optimizations in BigInt memory handling | Jack Lloyd | 2018-02-23 | 1 | -1/+3 |
* | Remove needless variable | Jack Lloyd | 2017-10-06 | 1 | -2/+0 |
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 1 | -2/+2 |
* | Reduction of code complexity in MP & ECC classes. | Matthias Gierlings | 2016-06-19 | 1 | -4/+2 |
* | lib/math: Convert &vec[0] to vec.data() | Daniel Seither | 2015-06-20 | 1 | -3/+3 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
* | Move lib into src | lloyd | 2014-01-10 | 1 | -0/+221 |