summaryrefslogtreecommitdiff
path: root/ecc-eh-to-a.c
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2015-01-27 13:17:30 +0100
committerNiels Möller <nisse@lysator.liu.se>2015-01-27 13:17:30 +0100
commitf8870f786aa9fb5f69921e7243d660932ffec061 (patch)
treec637a6cd774566996a4ca5f138b5c8dc680185e1 /ecc-eh-to-a.c
parentcedb87cd47af78fceed5b1d2c91d2a8950cea4a1 (diff)
downloadnettle-f8870f786aa9fb5f69921e7243d660932ffec061.tar.gz
Moved internal declarations from ecc.h to ecc-internal.h.
Diffstat (limited to 'ecc-eh-to-a.c')
-rw-r--r--ecc-eh-to-a.c8
1 files changed, 0 insertions, 8 deletions
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