From f8870f786aa9fb5f69921e7243d660932ffec061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Tue, 27 Jan 2015 13:17:30 +0100 Subject: Moved internal declarations from ecc.h to ecc-internal.h. --- ecc-eh-to-a.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'ecc-eh-to-a.c') diff --git a/ecc-eh-to-a.c b/ecc-eh-to-a.c index 95f30a7c..2acaacb1 100644 --- a/ecc-eh-to-a.c +++ b/ecc-eh-to-a.c @@ -38,14 +38,6 @@ #include "ecc.h" #include "ecc-internal.h" -mp_size_t -ecc_eh_to_a_itch (const struct ecc_curve *ecc) -{ - /* Needs 2*ecc->p.size + scratch for ecc_modq_inv */ - return ECC_EH_TO_A_ITCH (ecc->p.size, ecc->p.invert_itch); -} - - /* Convert from homogeneous coordinates on the Edwards curve to affine coordinates. */ void -- cgit v1.2.1