From 5694b1e418f82869e67eb06ba6c4784c0755df5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Sat, 25 Jan 2020 20:04:33 +0100 Subject: Delete definition of ecc->g --- ecc-internal.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'ecc-internal.h') 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; -- cgit v1.2.1