From 2cf2eec873cb11f2f0767aac41da0f56dbd27cb9 Mon Sep 17 00:00:00 2001 From: J08nY Date: Mon, 10 Apr 2017 23:47:46 +0200 Subject: Added unroll functions, to generalize going back in exhaustive generation --- src/math/types.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/math/types.c') 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; +} -- cgit v1.2.3-70-g09d2