#ifndef fast_mult_header #define fast_mult_header #include #include poly unifastmult(poly f,poly g, ring r); poly multifastmult(poly f, poly g, ring r); int Mults(); poly pFastPower(poly f, int n, ring r); poly pFastPowerMC(poly f, int n, ring r); #endif