diff options
| author | J08nY | 2017-03-09 13:18:15 +0100 |
|---|---|---|
| committer | J08nY | 2017-03-09 13:18:15 +0100 |
| commit | 8c65683537ea57a435a2f987f540bcc2ec5db678 (patch) | |
| tree | 18d6e8893c885d98392d9a4cc9a9d98e67003f18 /src/math/point.h | |
| parent | 7eff89c0095da4246a7b9c5a6654dc0d7692325e (diff) | |
| download | ecgen-8c65683537ea57a435a2f987f540bcc2ec5db678.tar.gz ecgen-8c65683537ea57a435a2f987f540bcc2ec5db678.tar.zst ecgen-8c65683537ea57a435a2f987f540bcc2ec5db678.zip | |
Rename and reformat
Diffstat (limited to 'src/math/point.h')
| -rw-r--r-- | src/math/point.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/math/point.h b/src/math/point.h index 76f095a..4ced232 100644 --- a/src/math/point.h +++ b/src/math/point.h @@ -68,7 +68,7 @@ void points_free_deep(point_t ***points, size_t npoints); * @param args unused * @return state diff */ -int point_random(curve_t *curve, config_t *config, arg_t *args); +int point_random(curve_t *curve, config_t *cfg, arg_t *args); /** * GENERATOR(gen_t) @@ -78,7 +78,7 @@ int point_random(curve_t *curve, config_t *config, arg_t *args); * @param args size_t number of points to generate * @return state diff */ -int points_random(curve_t *curve, config_t *config, arg_t *args); +int points_random(curve_t *curve, config_t *cfg, arg_t *args); /** * GENERATOR(gen_t) @@ -96,7 +96,7 @@ int points_random(curve_t *curve, config_t *config, arg_t *args); * @param args * @return state diff */ -int points_trial(curve_t *curve, config_t *config, arg_t *args); +int points_trial(curve_t *curve, config_t *cfg, arg_t *args); /** * GENERATOR(gen_t) @@ -110,6 +110,6 @@ int points_trial(curve_t *curve, config_t *config, arg_t *args); * @param args * @return state diff */ -int points_prime(curve_t *curve, config_t *config, arg_t *args); +int points_prime(curve_t *curve, config_t *cfg, arg_t *args); #endif // ECGEN_POINT_H |
