summaryrefslogtreecommitdiff
path: root/ecc-internal.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2014-08-28 08:09:02 +0200
committerNiels Möller <nisse@lysator.liu.se>2014-08-28 08:09:02 +0200
commitf5a43f62e28e11cf34be24f6ffdb9478cc55c44c (patch)
treedee794a0ad85a061305a7584305404f789b9aa2b /ecc-internal.h
parent1a154b7fbc8eaf710b443a39848a0a4e47a3f2ba (diff)
downloadnettle-f5a43f62e28e11cf34be24f6ffdb9478cc55c44c.tar.gz
Deleted unused constant redc_g.
Diffstat (limited to 'ecc-internal.h')
-rw-r--r--ecc-internal.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ecc-internal.h b/ecc-internal.h
index 214b47a4..d7239e5d 100644
--- a/ecc-internal.h
+++ b/ecc-internal.h
@@ -133,10 +133,9 @@ struct ecc_curve
const mp_limb_t *b;
/* Group order. */
const mp_limb_t *q;
- /* Generator, x coordinate followed by y (affine coordinates). */
+ /* Generator, x coordinate followed by y (affine coordinates).
+ Currently used only by the test suite. */
const mp_limb_t *g;
- /* Generator with coordinates in Montgomery form. */
- const mp_limb_t *redc_g;
/* If non-NULL, the constant needed for transformation to the
equivalent Edwards curve. */
const mp_limb_t *edwards_root;