diff options
Diffstat (limited to 'src/math/point.h')
| -rw-r--r-- | src/math/point.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/point.h b/src/math/point.h index 9a0dd89..76f095a 100644 --- a/src/math/point.h +++ b/src/math/point.h @@ -96,7 +96,7 @@ int points_random(curve_t *curve, config_t *config, arg_t *args); * @param args * @return state diff */ -int points_primet(curve_t *curve, config_t *config, arg_t *args); +int points_trial(curve_t *curve, config_t *config, arg_t *args); /** * GENERATOR(gen_t) |
