summaryrefslogtreecommitdiff
path: root/ecc-internal.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2020-01-28 16:51:29 +0100
committerNiels Möller <nisse@lysator.liu.se>2020-01-28 16:51:29 +0100
commitbbed494d439a3f45026c63af57ae969713bd3e0a (patch)
tree480a8ff42fab1f7a4c39b0535c423ce41f57dbfb /ecc-internal.h
parentee28a24cd3cbd1796a62a9437089ed7b09f953ed (diff)
parent358eabb1e59e4e6e1367568503a124f0be7bdcae (diff)
downloadnettle-bbed494d439a3f45026c63af57ae969713bd3e0a.tar.gz
Merge branch 'delete-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 0022e0ab..5d58cbe8 100644
--- a/ecc-internal.h
+++ b/ecc-internal.h
@@ -205,9 +205,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;