diff options
| author | J08nY | 2018-04-10 01:12:34 +0200 |
|---|---|---|
| committer | J08nY | 2018-04-10 01:12:34 +0200 |
| commit | ff8cac25c04afb3a1ecbe617e6bb58122f4a824d (patch) | |
| tree | bd86beef93ae8f3a7403802e54466d0dc82e3d4c /src/cm/custom.h | |
| parent | 376ff06154b6364c5983a3f67244c8f2d822a282 (diff) | |
| download | ecgen-ff8cac25c04afb3a1ecbe617e6bb58122f4a824d.tar.gz ecgen-ff8cac25c04afb3a1ecbe617e6bb58122f4a824d.tar.zst ecgen-ff8cac25c04afb3a1ecbe617e6bb58122f4a824d.zip | |
Diffstat (limited to 'src/cm/custom.h')
| -rw-r--r-- | src/cm/custom.h | 9 |
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; /** |
