summaryrefslogtreecommitdiff
path: root/ecc-internal.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2017-09-23 21:31:47 +0200
committerNiels Möller <nisse@lysator.liu.se>2017-09-23 21:31:47 +0200
commit4e7403c54186267b470937f2eadb503d985cd763 (patch)
treef3e74d8aaf4a22a249b6510f5cc35644d37f1345 /ecc-internal.h
parentc33b0ea63bb7ece8f25e8e4de7822ee48dca43af (diff)
downloadnettle-4e7403c54186267b470937f2eadb503d985cd763.tar.gz
Delete unused pointer edwards_root from struct ecc_curve.
* ecc-internal.h (struct ecc_curve): Delete unused pointer edwards_root. Update all instances. * eccdata.c (output_curve): Don't output it.
Diffstat (limited to 'ecc-internal.h')
-rw-r--r--ecc-internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ecc-internal.h b/ecc-internal.h
index 5090dec7..9c1ee93e 100644
--- a/ecc-internal.h
+++ b/ecc-internal.h
@@ -191,9 +191,6 @@ struct ecc_curve
/* Generator, x coordinate followed by y (affine coordinates).
Currently used only by the test suite. */
const mp_limb_t *g;
- /* If non-NULL, the constant needed for transformation to the
- equivalent Edwards curve. */
- const mp_limb_t *edwards_root;
/* For redc, same as B mod p, otherwise 1. */
const mp_limb_t *unit;