/* * default-prime-length.cpp * */ #include "Math/gfp.h" int main() { std::cout << gfp::MAX_N_BITS << endl; }