Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add mixed (J+A) point addition, new scalar mul for base points | Jack Lloyd | 2018-03-08 | 1 | -15/+25 |
| | | | | | | | | | Adds PointGFp::force_affine(), ::add_affine(), and ::is_affine() Use a (very simple) technique for base point precomputations. Stick with fixed window for variable point inputs. Scalar blinding is now always enabled | ||||
* | Fix fuzzer build | Jack Lloyd | 2018-02-22 | 1 | -3/+6 |
| | |||||
* | Minimize header dependencies | Jack Lloyd | 2018-02-21 | 1 | -1/+0 |
| | |||||
* | New API for blinded ECC point multiplication | Jack Lloyd | 2018-02-21 | 1 | -4/+4 |
| | | | | No shared state | ||||
* | Change header guard format to BOTAN_FOO_H_ | Jack Lloyd | 2017-09-20 | 1 | -2/+2 |
| | | | | | | ISO C++ reserves names with double underscores in them Closes #512 | ||||
* | Create new fuzzer build mode | Jack Lloyd | 2017-08-25 | 1 | -0/+58 |