Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce scratch need for ecc_add_ehh | Niels Möller | 2020-11-03 | 1 | -29/+28 |
* | Separate result area for ecc_mod_mul and ecc_mod_sqr. | Niels Möller | 2020-11-01 | 1 | -12/+12 |
* | ecc: remove ecc_modp_foo/ecc_modq_foo macros | Dmitry Baryshkov | 2020-02-15 | 1 | -21/+21 |
* | Rename add and dup functions for Edwards curves. | Niels Möller | 2019-12-18 | 1 | -78/+0 |
* | Comment fixes for ecc_add_ehh | Niels Möller | 2019-12-14 | 1 | -8/+9 |
* | Implement Curve448 primitives | Daiki Ueno | 2019-11-30 | 1 | -2/+75 |
* | Fix comment on the ecc_add_ehh formulas. | Niels Möller | 2015-01-27 | 1 | -6/+6 |
* | Moved internal declarations from ecc.h to ecc-internal.h. | Niels Möller | 2015-01-27 | 1 | -6/+0 |
* | Introduced struct ecc_modulo. | Niels Möller | 2014-09-22 | 1 | -13/+13 |
* | Switch curve25519 implementation to use the Ed25519 twisted Edwards curve. | Niels Möller | 2014-08-29 | 1 | -3/+7 |
* | Reduce ecc_add_ehh scratch need. | Niels Möller | 2014-07-26 | 1 | -33/+36 |
* | Comment fixes. | Niels Möller | 2014-07-15 | 1 | -3/+3 |
* | Implemented point addition for Edwards curves. | Niels Möller | 2014-07-14 | 1 | -0/+114 |