summaryrefslogtreecommitdiff
path: root/ecc.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2014-08-23 23:31:47 +0200
committerNiels Möller <nisse@lysator.liu.se>2014-08-23 23:31:47 +0200
commitdd94851aaaea0e76992260b0696d6dc843c22819 (patch)
tree0d9c7f53ece6c00f84aa8c31d2e4874510d410f1 /ecc.h
parent308c10895e695edd08b09453360b390b591c3c7e (diff)
downloadnettle-dd94851aaaea0e76992260b0696d6dc843c22819.tar.gz
Deleted unused INITIAL argument for ecc_a_to_j.
Diffstat (limited to 'ecc.h')
-rw-r--r--ecc.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ecc.h b/ecc.h
index 97de76e1..360d60b1 100644
--- a/ecc.h
+++ b/ecc.h
@@ -179,11 +179,9 @@ ecc_size_j (const struct ecc_curve *ecc);
infinity points properly? */
/* Converts a point P in affine coordinates into a point R in jacobian
- coordinates. If INITIAL is non-zero, and the curve uses montgomery
- coordinates, also convert coordinates to montgomery form. */
+ coordinates. */
void
ecc_a_to_j (const struct ecc_curve *ecc,
- int initial,
mp_limb_t *r, const mp_limb_t *p);
/* Converts a point P in jacobian coordinates into a point R in affine