summaryrefslogtreecommitdiff
path: root/ecc.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2014-09-17 21:12:36 +0200
committerNiels Möller <nisse@lysator.liu.se>2014-09-17 21:12:36 +0200
commit9f306c0c0f5eb397a6f1eabd16d5834af707d3b1 (patch)
tree33e80782d31cc55da78e09ba15da4514cda8e1c1 /ecc.h
parente75c7c45bd445e757420b38c0de0a77236d366d8 (diff)
downloadnettle-9f306c0c0f5eb397a6f1eabd16d5834af707d3b1.tar.gz
Deleted ecc_a_to_eh.
Diffstat (limited to 'ecc.h')
-rw-r--r--ecc.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/ecc.h b/ecc.h
index 0d07ee5d..a003a1ed 100644
--- a/ecc.h
+++ b/ecc.h
@@ -63,8 +63,6 @@ extern "C" {
#define ecc_j_to_a nettle_ecc_j_to_a
#define ecc_eh_to_a_itch nettle_ecc_eh_to_a_itch
#define ecc_eh_to_a nettle_ecc_eh_to_a
-#define ecc_a_to_eh_itch nettle_ecc_a_to_eh_itch
-#define ecc_a_to_eh nettle_ecc_a_to_eh
#define ecc_dup_jj_itch nettle_ecc_dup_jj_itch
#define ecc_dup_jj nettle_ecc_dup_jj
#define ecc_add_jja_itch nettle_ecc_add_jja_itch
@@ -210,13 +208,6 @@ ecc_eh_to_a (const struct ecc_curve *ecc,
mp_limb_t *r, const mp_limb_t *p,
mp_limb_t *scratch);
-mp_size_t
-ecc_a_to_eh_itch (const struct ecc_curve *ecc);
-void
-ecc_a_to_eh (const struct ecc_curve *ecc,
- mp_limb_t *r, const mp_limb_t *p,
- mp_limb_t *scratch);
-
/* Group operations */
/* Point doubling, with jacobian input and output. Corner cases: