diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2017-09-18 09:03:26 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2017-09-18 09:03:26 +0800 |
commit | b810c822c8914f6739635c570b4230c796137fdc (patch) | |
tree | d4f30b59b000bcbdd40719fdbaaad565bcd20976 /Makefile | |
parent | c54e8a6b97bb93d67c59e58a1d96cec0b4743d93 (diff) | |
download | dexon-mcl-b810c822c8914f6739635c570b4230c796137fdc.tar.gz dexon-mcl-b810c822c8914f6739635c570b4230c796137fdc.tar.zst dexon-mcl-b810c822c8914f6739635c570b4230c796137fdc.zip |
rename bnXXXinit to initPairing()
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |