summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2020-11-03 20:07:48 +0100
committerNiels Möller <nisse@lysator.liu.se>2020-11-03 20:07:48 +0100
commit18ac802721587cb0dd40401be1fb03273d1ec42e (patch)
tree01180b824d10fcd122c9e5c2a431d7f59b7d0d9f
parent1b954ce1dd4b82c4f5e5efac2aa6ce0575402a1e (diff)
downloadnettle-18ac802721587cb0dd40401be1fb03273d1ec42e.tar.gz
Delete obsolete comment.
-rw-r--r--ecc-internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ecc-internal.h b/ecc-internal.h
index 8aa5f7ec..0afd7c6b 100644
--- a/ecc-internal.h
+++ b/ecc-internal.h
@@ -229,7 +229,6 @@ struct ecc_curve
const mp_limb_t *pippenger_table;
};
-/* In-place reduction. */
ecc_mod_func ecc_mod;
ecc_mod_func ecc_pp1_redc;
ecc_mod_func ecc_pm1_redc;