aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-03-26 16:34:31 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-03-26 16:34:34 +0800
commit45b01494cce6f0a8f87092757197932843bee7af (patch)
tree7bf7c466dcd3b897afaa92263fba292cd8cb18c4 /Makefile
parentfb56ae482e8d477f432b47d2b8a84d64f56c100c (diff)
downloaddexon-mcl-45b01494cce6f0a8f87092757197932843bee7af.tar.gz
dexon-mcl-45b01494cce6f0a8f87092757197932843bee7af.tar.zst
dexon-mcl-45b01494cce6f0a8f87092757197932843bee7af.zip
start to imple GLV for G1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cd5b2e8..b0758b5 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ LIB_DIR=lib
OBJ_DIR=obj
EXE_DIR=bin
SRC_SRC=fp.cpp
-TEST_SRC=fp_test.cpp ec_test.cpp fp_util_test.cpp window_method_test.cpp elgamal_test.cpp fp_tower_test.cpp gmp_test.cpp bn_test.cpp bn256_test.cpp bn384_test.cpp
+TEST_SRC=fp_test.cpp ec_test.cpp fp_util_test.cpp window_method_test.cpp elgamal_test.cpp fp_tower_test.cpp gmp_test.cpp bn_test.cpp bn256_test.cpp bn384_test.cpp glv_test.cpp
ifeq ($(CPU),x86-64)
MCL_USE_XBYAK?=1
TEST_SRC+=mont_fp_test.cpp sq_test.cpp