aboutsummaryrefslogtreecommitdiff
path: root/src/cm/custom.h
diff options
context:
space:
mode:
authorJ08nY2018-04-10 01:12:34 +0200
committerJ08nY2018-04-10 01:12:34 +0200
commitff8cac25c04afb3a1ecbe617e6bb58122f4a824d (patch)
treebd86beef93ae8f3a7403802e54466d0dc82e3d4c /src/cm/custom.h
parent376ff06154b6364c5983a3f67244c8f2d822a282 (diff)
downloadecgen-ff8cac25c04afb3a1ecbe617e6bb58122f4a824d.tar.gz
ecgen-ff8cac25c04afb3a1ecbe617e6bb58122f4a824d.tar.zst
ecgen-ff8cac25c04afb3a1ecbe617e6bb58122f4a824d.zip
Diffstat (limited to 'src/cm/custom.h')
-rw-r--r--src/cm/custom.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/cm/custom.h b/src/cm/custom.h
index da5007a..221c8be 100644
--- a/src/cm/custom.h
+++ b/src/cm/custom.h
@@ -9,10 +9,17 @@
#include "misc/types.h"
typedef struct {
+ /* Stuff filled with custom_quadr_next. */
GEN p;
GEN t;
- GEN v;
GEN D;
+
+ /* Stuff for saving state. */
+ GEN order;
+ GEN r;
+ GEN i;
+ GEN* Sp;
+ size_t nprimes;
} custom_quadr_t;
/**