From 9f306c0c0f5eb397a6f1eabd16d5834af707d3b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Wed, 17 Sep 2014 21:12:36 +0200 Subject: Deleted ecc_a_to_eh. --- ecc.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'ecc.h') 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: -- cgit v1.2.1