include lagrange.hpp in bench.hpp

dev
MITSUNARI Shigeo 6 years ago
parent b73bac2077
commit ee793eae32
  1. 2
      test/bench.hpp
  2. 1
      test/bn384_test.cpp
  3. 1
      test/bn512_test.cpp
  4. 1
      test/bn_test.cpp

@ -1,3 +1,5 @@
#include <mcl/lagrange.hpp>
void testBench(const G1& P, const G2& Q) void testBench(const G1& P, const G2& Q)
{ {
G1 Pa; G1 Pa;

@ -5,7 +5,6 @@
#include <cybozu/xorshift.hpp> #include <cybozu/xorshift.hpp>
#include <mcl/bn384.hpp> #include <mcl/bn384.hpp>
#include <mcl/bn.hpp> #include <mcl/bn.hpp>
#include <mcl/lagrange.hpp>
using namespace mcl::bn384; using namespace mcl::bn384;

@ -5,7 +5,6 @@
#include <cybozu/xorshift.hpp> #include <cybozu/xorshift.hpp>
#include <mcl/bn512.hpp> #include <mcl/bn512.hpp>
#include <mcl/bn.hpp> #include <mcl/bn.hpp>
#include <mcl/lagrange.hpp>
using namespace mcl::bn512; using namespace mcl::bn512;

@ -6,7 +6,6 @@ cybozu::CpuClock clk;
#include <mcl/bn256.hpp> #include <mcl/bn256.hpp>
#include <cybozu/option.hpp> #include <cybozu/option.hpp>
#include <cybozu/xorshift.hpp> #include <cybozu/xorshift.hpp>
#include <mcl/lagrange.hpp>
#if defined(__EMSCRIPTEN__) && !defined(MCL_AVOID_EXCEPTION_TEST) #if defined(__EMSCRIPTEN__) && !defined(MCL_AVOID_EXCEPTION_TEST)
#define MCL_AVOID_EXCEPTION_TEST #define MCL_AVOID_EXCEPTION_TEST

Loading…
Cancel
Save