summaryrefslogtreecommitdiff
path: root/ecc.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2014-08-28 11:50:37 +0200
committerNiels Möller <nisse@lysator.liu.se>2014-08-28 11:50:37 +0200
commitd5ca2c640aed5084dc2dc49c8c281edab7e6c182 (patch)
tree1d0624df87586a81200d7cddb4351019610bfda7 /ecc.h
parent91784d65b7cd71a4128ee6d74043178f3aa2d09f (diff)
downloadnettle-d5ca2c640aed5084dc2dc49c8c281edab7e6c182.tar.gz
ecc_eh_to_a interface change, optionally reduce x mod q.
Diffstat (limited to 'ecc.h')
-rw-r--r--ecc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecc.h b/ecc.h
index 2d8fc49f..0d07ee5d 100644
--- a/ecc.h
+++ b/ecc.h
@@ -206,7 +206,7 @@ mp_size_t
ecc_eh_to_a_itch (const struct ecc_curve *ecc);
void
ecc_eh_to_a (const struct ecc_curve *ecc,
- int flags,
+ int op,
mp_limb_t *r, const mp_limb_t *p,
mp_limb_t *scratch);