diff options
| author | J08nY | 2017-04-10 23:47:46 +0200 |
|---|---|---|
| committer | J08nY | 2017-04-10 23:56:03 +0200 |
| commit | 2cf2eec873cb11f2f0767aac41da0f56dbd27cb9 (patch) | |
| tree | 9b9a52548ccc7c9e54c500e4b587560ce18a017c /src/math/types.c | |
| parent | c1de68ff1e47dfbb1b85671e4fadcce1c49c8967 (diff) | |
| download | ecgen-2cf2eec873cb11f2f0767aac41da0f56dbd27cb9.tar.gz ecgen-2cf2eec873cb11f2f0767aac41da0f56dbd27cb9.tar.zst ecgen-2cf2eec873cb11f2f0767aac41da0f56dbd27cb9.zip | |
Added unroll functions, to generalize going back in exhaustive generation
Diffstat (limited to 'src/math/types.c')
| -rw-r--r-- | src/math/types.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/math/types.c b/src/math/types.c index 49d8620..afd6542 100644 --- a/src/math/types.c +++ b/src/math/types.c @@ -5,3 +5,7 @@ #include "types.h" int gen_skip(curve_t *curve, const config_t *cfg, arg_t *args) { return 1; } + +int unroll_skip(curve_t *curve, const config_t *cfg, pari_sp from, pari_sp to) { + return -1; +} |
