From d5ca2c640aed5084dc2dc49c8c281edab7e6c182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Thu, 28 Aug 2014 11:50:37 +0200 Subject: ecc_eh_to_a interface change, optionally reduce x mod q. --- ecc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ecc.h') 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); -- cgit v1.2.1