diff options
Diffstat (limited to 'src/math/field.h')
| -rw-r--r-- | src/math/field.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/math/field.h b/src/math/field.h index 2d6d92a..0491a83 100644 --- a/src/math/field.h +++ b/src/math/field.h @@ -37,6 +37,15 @@ int field_random(curve_t *curve, config_t *config, arg_t *args); int field_input(curve_t *curve, config_t *config, arg_t *args); /** + * + * @param curve + * @param cfg + * @param args + * @return + */ +int field_once(curve_t *curve, config_t *cfg, arg_t *args); + +/** * Extract a field representation from a field. * - char(field) == 2: * returns the vector of powers of middle coefficients of the reduction |
