Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved internal declarations from ecc.h to ecc-internal.h. | Niels Möller | 2015-01-27 | 1 | -8/+0 |
| | |||||
* | Drop an unneeded local cy variable. | Niels Möller | 2014-10-04 | 1 | -1/+0 |
| | |||||
* | curve25519: Use powering to compute modp inverses, 5.5 times faster than ↵ | Niels Möller | 2014-09-23 | 1 | -3/+4 |
| | | | | ecc_mod_inv. | ||||
* | ecc_mod_inv interface and allocation changes. | Niels Möller | 2014-09-23 | 1 | -3/+2 |
| | |||||
* | Added invert function pointer to struct ecc_modulo. | Niels Möller | 2014-09-22 | 1 | -1/+1 |
| | | | | | Updated and renamed sec_modinv -> ecc_mod_inv, and deleted the ecc_modp_inv and ecc_modq_inv wrapper functions. | ||||
* | Introduced struct ecc_modulo. | Niels Möller | 2014-09-22 | 1 | -16/+16 |
| | |||||
* | Let "affine" points for curve25519 be Edwards coordinates rather than ↵ | Niels Möller | 2014-09-17 | 1 | -44/+19 |
| | | | | Montgomery coordinates. | ||||
* | Fixed sign error in comment. | Niels Möller | 2014-09-02 | 1 | -1/+1 |
| | |||||
* | ecc_eh_to_a interface change, optionally reduce x mod q. | Niels Möller | 2014-08-28 | 1 | -5/+21 |
| | |||||
* | Updated FIXME comments. | Niels Möller | 2014-08-23 | 1 | -6/+7 |
| | |||||
* | Comment fixes. | Niels Möller | 2014-07-15 | 1 | -1/+4 |
| | |||||
* | Implemented point doubling for Edwards curves. | Niels Möller | 2014-07-11 | 1 | -0/+101 |