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/curve.h | |
| parent | 7eff89c0095da4246a7b9c5a6654dc0d7692325e (diff) | |
| download | ecgen-8c65683537ea57a435a2f987f540bcc2ec5db678.tar.gz ecgen-8c65683537ea57a435a2f987f540bcc2ec5db678.tar.zst ecgen-8c65683537ea57a435a2f987f540bcc2ec5db678.zip | |
Diffstat (limited to 'src/math/curve.h')
| -rw-r--r-- | src/math/curve.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/math/curve.h b/src/math/curve.h index 3da391b..25e4f51 100644 --- a/src/math/curve.h +++ b/src/math/curve.h @@ -22,7 +22,7 @@ * @param args unused * @return state diff */ -int curve_any(curve_t *curve, config_t *config, arg_t *args); +int curve_any(curve_t *curve, config_t *cfg, arg_t *args); /** * GENERATOR(gen_t) @@ -34,7 +34,7 @@ int curve_any(curve_t *curve, config_t *config, arg_t *args); * @param args unused * @return state diff */ -int curve_nonzero(curve_t *curve, config_t *config, arg_t *args); +int curve_nonzero(curve_t *curve, config_t *cfg, arg_t *args); /** * GENERATOR(gen_t) @@ -47,7 +47,7 @@ int curve_nonzero(curve_t *curve, config_t *config, arg_t *args); * @param args unused * @return state diff */ -int curve_seed(curve_t *curve, config_t *config, arg_t *args); +int curve_seed(curve_t *curve, config_t *cfg, arg_t *args); /** * Serializes curve parameters into a t_VEC: |
