Skip to content

Commit

Permalink
add bls384_256_test
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Dec 2, 2018
1 parent 25467fd commit afbcbea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CFLAGS += -std=c++11
LDFLAGS += -lpthread

SRC_SRC=bls_c256.cpp bls_c384.cpp bls_c384_256.cpp
TEST_SRC=bls256_test.cpp bls384_test.cpp bls_c256_test.cpp bls_c384_test.cpp bls_c384_256_test.cpp
TEST_SRC=bls256_test.cpp bls384_test.cpp bls384_256_test.cpp bls_c256_test.cpp bls_c384_test.cpp bls_c384_256_test.cpp
SAMPLE_SRC=bls256_smpl.cpp bls384_smpl.cpp

CFLAGS+=-I$(MCL_DIR)/include -I./
Expand Down
4 changes: 4 additions & 0 deletions test/bls384_256_test.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#define MCLBN_FP_UNIT_SIZE 6
#define MCLBN_FR_UNIT_SIZE 4
#include "bls_test.hpp"

0 comments on commit afbcbea

Please sign in to comment.