X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/986527ae4af14be68551d0b49a1145bb3e89f259..3688eb757240b2332f67ec827be8caf6f6abe924:/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