@ -1,3 +1,5 @@
#include <mcl/lagrange.hpp>
void testBench(const G1& P, const G2& Q)
{
G1 Pa;
@ -5,7 +5,6 @@
#include <cybozu/xorshift.hpp>
#include <mcl/bn384.hpp>
#include <mcl/bn.hpp>
using namespace mcl::bn384;
#include <mcl/bn512.hpp>
using namespace mcl::bn512;
@ -6,7 +6,6 @@ cybozu::CpuClock clk;
#include <mcl/bn256.hpp>
#include <cybozu/option.hpp>
#if defined(__EMSCRIPTEN__) && !defined(MCL_AVOID_EXCEPTION_TEST)
#define MCL_AVOID_EXCEPTION_TEST