aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-09-18 09:03:26 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-09-18 09:03:26 +0800
commitb810c822c8914f6739635c570b4230c796137fdc (patch)
treed4f30b59b000bcbdd40719fdbaaad565bcd20976 /Makefile
parentc54e8a6b97bb93d67c59e58a1d96cec0b4743d93 (diff)
downloaddexon-mcl-b810c822c8914f6739635c570b4230c796137fdc.tar.gz
dexon-mcl-b810c822c8914f6739635c570b4230c796137fdc.tar.zst
dexon-mcl-b810c822c8914f6739635c570b4230c796137fdc.zip
rename bnXXXinit to initPairing()
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 35a06db..edc03f2 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ ifeq ($(CPU),x86-64)
TEST_SRC+=fp_generator_test.cpp
endif
endif
-SAMPLE_SRC=bench.cpp ecdh.cpp random.cpp rawbench.cpp vote.cpp pairing.cpp large.cpp tri-dh.cpp bls_sig.cpp pairing_c.c bgn_smpl.cpp
+SAMPLE_SRC=bench.cpp ecdh.cpp random.cpp rawbench.cpp vote.cpp pairing.cpp large.cpp tri-dh.cpp bls_sig.cpp pairing_c.c she_smpl.cpp
ifneq ($(MCL_MAX_BIT_SIZE),)
CFLAGS+=-DMCL_MAX_BIT_SIZE=$(MCL_MAX_BIT_SIZE)