diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-08-22 15:53:39 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-08-22 15:53:39 +0800 |
commit | d72b2de8480b4c5d94a89d81927ace581fa4befc (patch) | |
tree | e85de361776828e6feab5db55fb6097971b14c41 | |
parent | 2ef8c5eb20a4b67b8aecbbd7a933cc45cc60d150 (diff) | |
download | dexon-mcl-d72b2de8480b4c5d94a89d81927ace581fa4befc.tar.gz dexon-mcl-d72b2de8480b4c5d94a89d81927ace581fa4befc.tar.zst dexon-mcl-d72b2de8480b4c5d94a89d81927ace581fa4befc.zip |
use bn instead of bn256
-rw-r--r-- | test/bn_test.cpp | 2 |
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; |