aboutsummaryrefslogtreecommitdiffstats
path: root/src/bls.cpp
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-06-06 07:50:28 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-06-06 07:50:28 +0800
commitb25e356ce0f2ff7e57b789edad25fbbe26bb04f8 (patch)
tree1e2b5d0302b60a81f8ca7c7b56aed88501d91ee2 /src/bls.cpp
parentfe3fd87802fca0209092cfc29e69e08259a0ea96 (diff)
downloaddexon-bls-b25e356ce0f2ff7e57b789edad25fbbe26bb04f8.tar
dexon-bls-b25e356ce0f2ff7e57b789edad25fbbe26bb04f8.tar.gz
dexon-bls-b25e356ce0f2ff7e57b789edad25fbbe26bb04f8.tar.bz2
dexon-bls-b25e356ce0f2ff7e57b789edad25fbbe26bb04f8.tar.lz
dexon-bls-b25e356ce0f2ff7e57b789edad25fbbe26bb04f8.tar.xz
dexon-bls-b25e356ce0f2ff7e57b789edad25fbbe26bb04f8.tar.zst
dexon-bls-b25e356ce0f2ff7e57b789edad25fbbe26bb04f8.zip
remove init
Diffstat (limited to 'src/bls.cpp')
-rw-r--r--src/bls.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bls.cpp b/src/bls.cpp
index 2b481d5..2e05f68 100644
--- a/src/bls.cpp
+++ b/src/bls.cpp
@@ -21,8 +21,6 @@ using namespace mcl::bn384;
typedef std::vector<Fr> FrVec;
-#define PUT(x) std::cout << #x << "=" << x << std::endl;
-
static cybozu::RandomGenerator& getRG()
{
static cybozu::RandomGenerator rg;