summaryrefslogtreecommitdiff
path: root/ecc-internal.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2020-01-25 20:04:33 +0100
committerNiels Möller <nisse@lysator.liu.se>2020-01-25 20:04:33 +0100
commit5694b1e418f82869e67eb06ba6c4784c0755df5b (patch)
treebef9535d49958b4869b764a60e1a105329e574c9 /ecc-internal.h
parent684be413c69c061044574e0601216b4e209f5bab (diff)
downloadnettle-5694b1e418f82869e67eb06ba6c4784c0755df5b.tar.gz
Delete definition of ecc->g
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 c918632d..31aa056e 100644
--- a/ecc-internal.h
+++ b/ecc-internal.h
@@ -200,9 +200,6 @@ struct ecc_curve
/* Curve constant */
const mp_limb_t *b;
- /* Generator, x coordinate followed by y (affine coordinates).
- Currently used only by the test suite. */
- const mp_limb_t *g;
/* For redc, same as B mod p, otherwise 1. */
const mp_limb_t *unit;