X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/f94b972d1c0389e4e9203cc9919ceaadbe655b61..298182ad446aaced14dea7ed0e7c968946787288:/group-guts.h diff --git a/group-guts.h b/group-guts.h index c684579..8fbebe7 100644 --- a/group-guts.h +++ b/group-guts.h @@ -48,6 +48,10 @@ # include "mpmont.h" #endif +#ifndef CATACOMB_GFREDUCE_H +# include "gfreduce.h" +#endif + #ifndef CATACOMB_GROUP_H # include "group.h" #endif @@ -66,6 +70,13 @@ typedef struct gctx_ec { ec_info ei; } gctx_ec; +typedef struct gctx_bin { + group g; + mp *gen; + mp *one; + gfreduce r; +} gctx_bin; + /*----- That's all, folks -------------------------------------------------*/ #ifdef __cplusplus