Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Montgomery_Int type | Jack Lloyd | 2018-02-25 | 1 | -2/+3 |
* | Split out Montgomery exponentation state | Jack Lloyd | 2018-02-19 | 1 | -107/+8 |
* | Remove redundant parens | Jack Lloyd | 2017-10-03 | 1 | -1/+1 |
* | Use a side channel silent table look up in the Montgomery exponentiation | Jack Lloyd | 2017-09-25 | 1 | -3/+13 |
* | Fix various MSVC warnings | Jack Lloyd | 2017-08-31 | 1 | -1/+1 |
* | Remove unused iostream include | Jack Lloyd | 2017-01-20 | 1 | -1/+0 |
* | Tiny code simplification | Jack Lloyd | 2016-12-30 | 1 | -3/+1 |
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 1 | -1/+1 |
* | Fix exponentiation bug, related fixes | Jack Lloyd | 2016-12-14 | 1 | -3/+4 |
* | Reduction of code complexity in MP & ECC classes. | Matthias Gierlings | 2016-06-19 | 1 | -20/+8 |
* | lib/math: Convert &vec[0] to vec.data() | Daniel Seither | 2015-06-20 | 1 | -6/+6 |
* | Fix various bugs found by Coverity scanner. | lloyd | 2015-05-15 | 1 | -0/+1 |
* | 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/+142 |