aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* start to imple GLV for G1MITSUNARI Shigeo2017-03-261-1/+1
|
* make returns 1 if tests failMITSUNARI Shigeo2017-03-131-1/+1
|
* add bn384_testMITSUNARI Shigeo2017-03-101-1/+1
|
* enable bn256_test.cpp for travisMITSUNARI Shigeo2017-03-091-4/+1
|
* avoid bn256_test if travis-ciMITSUNARI Shigeo2017-03-081-2/+4
|
* _MITSUNARI Shigeo2017-03-081-1/+1
|
* specify dependency of bn256_test.oMITSUNARI Shigeo2017-03-081-3/+4
|
* _MITSUNARI Shigeo2017-03-081-4/+4
|
* _MITSUNARI Shigeo2017-03-081-1/+1
|
* debug makefileMITSUNARI Shigeo2017-03-081-1/+1
|
* rename shared library from _if to _dyMITSUNARI Shigeo2017-03-071-8/+8
|
* rename libmcl.so to libmcls.soMITSUNARI Shigeo2017-03-051-1/+1
|
* update Makefile for test/bn256_if_test.cpp and sample/pairing_if.cMITSUNARI Shigeo2017-02-211-7/+29
|
* add BLS signature sampleMITSUNARI Shigeo2017-02-151-1/+1
|
* add asm files for macosMITSUNARI Shigeo2017-01-161-1/+5
|
* use asm files generated by llvmMITSUNARI Shigeo2016-12-291-11/+20
|
* support w/wo bmi2MITSUNARI Shigeo2016-12-281-2/+15
|
* specify -march for optMITSUNARI Shigeo2016-11-281-1/+1
|
* test ok for snarkMITSUNARI Shigeo2016-11-171-1/+1
|
* fix dependencyMITSUNARI Shigeo2016-11-141-7/+7
|
* add MCL_USE_XBYAK=0 optionMITSUNARI Shigeo2016-11-101-1/+7
|
* specify files to be removed in objMITSUNARI Shigeo2016-10-311-1/+1
|
* fix macro nameMITSUNARI Shigeo2016-10-281-2/+2
|
* rename USE_LLVM to MCL_USE_LLVMMITSUNARI Shigeo2016-10-111-3/+6
|
* add generic SqrMont, Mul, SqrMITSUNARI Shigeo2016-10-071-4/+0
|
* op.add requires pMITSUNARI Shigeo2016-09-261-1/+6
|
* benchmark of low_testMITSUNARI Shigeo2016-09-201-1/+1
|
* fix error if USE_LLVMMITSUNARI Shigeo2016-09-181-2/+6
|
* compare retMITSUNARI Shigeo2016-09-051-1/+1
|
* add mcl_fp_addNC for x86-64 by nasmMITSUNARI Shigeo2016-09-051-0/+9
|
* add sq_test to MakefileMITSUNARI Shigeo2016-08-151-1/+1
|
* add/sub for 768-bit primeMITSUNARI Shigeo2016-07-281-1/+1
|
* fix independency of directoriesMITSUNARI Shigeo2016-07-111-13/+8
|
* add large prime sampleMITSUNARI Shigeo2016-07-111-1/+1
|
* dummy add src/asmMITSUNARI Shigeo2016-06-271-3/+9
|
* default of USE_LLVM=0MITSUNARI Shigeo2016-06-151-1/+1
|
* use add/sub LMITSUNARI Shigeo2016-06-121-0/+1
|
* dont link asm_obj if USE_LLVM=0MITSUNARI Shigeo2016-06-061-2/+6
|
* consider arm linuxMITSUNARI Shigeo2016-06-061-1/+1
|
* mkdir obj/bin/libMITSUNARI Shigeo2016-06-061-6/+14
|
* change default clang version from 3.6 to 3.8MITSUNARI Shigeo2016-06-021-2/+2
|
* move opti/llvmMITSUNARI Shigeo2016-06-011-5/+0
|
* add misc codeMITSUNARI Shigeo2016-06-011-0/+5
|
* add dependencyMITSUNARI Shigeo2016-05-311-1/+1
|
* add asm for debugMITSUNARI Shigeo2016-05-311-0/+3
|
* add default paramMITSUNARI Shigeo2016-05-301-1/+1
|
* gen.py is removedMITSUNARI Shigeo2016-05-301-13/+11
|
* long.txt is removedMITSUNARI Shigeo2016-05-271-1/+1
|
* short.txt is removedMITSUNARI Shigeo2016-05-271-1/+1
|
* add -relocation-model=pic for llvm-llcMITSUNARI Shigeo2016-05-251-1/+1
|
* mkdir lib at firstMITSUNARI Shigeo2016-05-251-1/+3
|
* remove dependency of all.txt in MakefileMITSUNARI Shigeo2016-05-241-1/+1
|
* remove once.txtMITSUNARI Shigeo2016-05-231-1/+1
|
* add mcl_fpDbl_mod_NIST_P521(COND)MITSUNARI Shigeo2016-05-221-1/+1
|
* start to use llvm_gen.hpp for once.txtMITSUNARI Shigeo2016-05-201-4/+12
|
* start to impl naive optimal ateMITSUNARI Shigeo2016-04-251-1/+1
|
* add gmp_test.cpp to MakefileMITSUNARI Shigeo2016-04-191-1/+1
|
* recover common.mk ; update java/MakefileMITSUNARI Shigeo2016-04-131-56/+1
|
* fix MakefileMITSUNARI Shigeo2016-04-121-13/+122
|
* fix Makefile for srcMITSUNARI Shigeo2015-05-271-1/+1
|
* from mieMITSUNARI Shigeo2015-05-051-0/+20