aboutsummaryrefslogtreecommitdiff
path: root/src/math/point.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/point.h')
-rw-r--r--src/math/point.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/math/point.h b/src/math/point.h
index fe9aeb4..9a0dd89 100644
--- a/src/math/point.h
+++ b/src/math/point.h
@@ -112,16 +112,4 @@ int points_primet(curve_t *curve, config_t *config, arg_t *args);
*/
int points_prime(curve_t *curve, config_t *config, arg_t *args);
-/**
- * GENERATOR(gen_t)
- * Calculates the minimal set of generators of the curve.(one or two points).
- * Always succeeds.
- *
- * @param curve
- * @param config
- * @param args unused
- * @return state diff
- */
-int points_generators(curve_t *curve, config_t *config, arg_t *args);
-
#endif // ECGEN_POINT_H