@ -2,7 +2,7 @@
#include <vector>
#include <cybozu/itoa.hpp>
#include <cybozu/atoi.hpp>
#include <mcl/unit.hpp>
#include <mcl/util.hpp>
/**
@file
@brief utility of Fp
@ -20,10 +20,8 @@
// #define USE_MONT_FP
#endif
#include <cybozu/hash.hpp>
#include <mcl/op.hpp>
#include <mcl/power.hpp>
namespace mcl {
@ -1,6 +1,6 @@
#include <mcl/fp_util.hpp>
#include <mcl/conversion.hpp>
#ifdef USE_MONT_FP
#include <mcl/fp_generator.hpp>
@ -5,7 +5,7 @@
#include <cybozu/benchmark.hpp>
#include <cybozu/xorshift.hpp>
#include <cybozu/bit_operation.hpp>
#include <mcl/fp.hpp>
@ -1,5 +1,5 @@
#define PUT(x) std::cout << #x "=" << (x) << std::endl
#include <cybozu/test.hpp>
CYBOZU_TEST_AUTO(toStr16)