#include #include #include namespace cheapgmp { typedef std::list lmrep; typedef std::unique_ptr gmrep; gmrep makepower(const ulong, const ulong); }