aboutsummaryrefslogtreecommitdiff
path: root/src/math/types.c
diff options
context:
space:
mode:
authorJ08nY2017-04-10 23:47:46 +0200
committerJ08nY2017-04-10 23:56:03 +0200
commit2cf2eec873cb11f2f0767aac41da0f56dbd27cb9 (patch)
tree9b9a52548ccc7c9e54c500e4b587560ce18a017c /src/math/types.c
parentc1de68ff1e47dfbb1b85671e4fadcce1c49c8967 (diff)
downloadecgen-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.c4
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;
+}