aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2018-08-22 15:53:39 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2018-08-22 15:53:39 +0800
commitd72b2de8480b4c5d94a89d81927ace581fa4befc (patch)
treee85de361776828e6feab5db55fb6097971b14c41
parent2ef8c5eb20a4b67b8aecbbd7a933cc45cc60d150 (diff)
downloaddexon-mcl-d72b2de8480b4c5d94a89d81927ace581fa4befc.tar.gz
dexon-mcl-d72b2de8480b4c5d94a89d81927ace581fa4befc.tar.zst
dexon-mcl-d72b2de8480b4c5d94a89d81927ace581fa4befc.zip
use bn instead of bn256
-rw-r--r--test/bn_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bn_test.cpp b/test/bn_test.cpp
index 17e9ece..af57309 100644
--- a/test/bn_test.cpp
+++ b/test/bn_test.cpp
@@ -12,7 +12,7 @@ cybozu::CpuClock clk;
#endif
typedef mcl::bn::local::Compress Compress;
-using namespace mcl::bn256;
+using namespace mcl::bn;
mcl::fp::Mode g_mode;